1. 10 Feb, 2017 4 commits
  2. 09 Feb, 2017 6 commits
  3. 08 Feb, 2017 3 commits
  4. 07 Feb, 2017 3 commits
  5. 06 Feb, 2017 3 commits
  6. 03 Feb, 2017 7 commits
  7. 02 Feb, 2017 8 commits
  8. 01 Feb, 2017 1 commit
  9. 31 Jan, 2017 3 commits
  10. 30 Jan, 2017 2 commits
    • Add pytest-django-ordering · 4b8b3c0d
      This awesome plugin handles the same test sorting as our local conftest module. We can apply this plugin to other projects requiring the same treatment.
      Renzo Lucioni committed
    • 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