SamHollings / output_checker

Output Checker project
MIT License
5 stars 0 forks source link

Added a unit test for disclosure_control_check #11

Closed AdamHollings closed 1 year ago

AdamHollings commented 1 year ago

I added a test in tests for disclosure_control_check

see test_disclosure_control_check

SamHollings commented 1 year ago

@AdamHollings if you could review this, to see what I changed it might be helpful. Some of it was to meet code formatting guidelines, but also I fixed the test that was failing by changing it so that it compared two lists, rather than two series (comparing series of true/false always seems to cause problems).