RussBaz / enforce

Python 3.5+ runtime type checking for integration testing and data validation
543 stars 21 forks source link

Find and fix the cause of failing tests when run with pytest only (introduced in commit 0717b657198cf6e64fe8d53224836d16961a9126) #24

Closed RussBaz closed 7 years ago

RussBaz commented 7 years ago

The issue was with some tests not cleaning up after themselves - the module settings were not restored to the default state after some tests changed them. It is now fixed.