Updated test constraints for mock assert_called() and assert_called_once()

This commit is contained in:
Bojan Vitnik
2019-01-14 21:45:13 +01:00
committed by Matt Clay
parent afb48414b6
commit a69e9e3470
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ passenv =
[pytest]
xfail_strict = true
cache_dir = .pytest_cache
mock_use_standalone_module = true
[flake8]
# These are things that the devs don't agree make the code more readable