pytest.ini
99 Bytes
-
Use pytest to run tests · 2301b655
Having been in maintenance mode for the past several years, nose is effectively dead. edX and the Python community at large are moving towards pytest. pytest is very actively developed and provides several benefits over nose, including detailed introspection of failing assert statements (say goodbye to unittest's assert methods), a rich plugin ecosystem, and modular fixtures (which may help move us away from relying on migrations for initial test data).
Renzo Lucioni committed