Open MattPColeman opened 5 years ago
Rewrite the pytests using decorations, fixtures, Arrange/Act/Assert, etc.
This should make it conceptually simpler to effectively cover more of our code with tests. Fixes #33
My attempt to write cleaner tests... any pointers?
Rewrite the pytests using decorations, fixtures, Arrange/Act/Assert, etc.
This should make it conceptually simpler to effectively cover more of our code with tests. Fixes #33