team-avocado-01 / continuous-delivery-demonstration

Using continuous integration / delivery and test driven development to solve a data transformation problem.
1 stars 0 forks source link

Rewrite pytests using 3A principles #35

Open MattPColeman opened 5 years ago

MattPColeman commented 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

MattPColeman commented 5 years ago

My attempt to write cleaner tests... any pointers?