You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
profit: Tests coupled with business logic will fail if this logic changes. On the other side, we'll need to change each FactoryBoy usage in our test suite to mirror actual behavior.
The text was updated successfully, but these errors were encountered:
proofit404
changed the title
[Blog] Database fixtures considered harmful.
Database fixtures considered harmful.
Jul 21, 2019
An article about better test fixtures
dependencies
can turnstories
business objects into pytest fixtures.FactoryBoy
.@value
decorator can be used to return normal results from the factories.FactoryBoy
usage in our test suite to mirror actual behavior.The text was updated successfully, but these errors were encountered: