Page MenuHomeSoftware Heritage

replace nose by pytest in test requirements and add a simple tox file
ClosedPublic

Authored by douardda on Oct 18 2018, 4:58 PM.

Details

Summary

related to T1261

also:

  • tests: replace nose's attr() by pytest's mark() for tests tagging
  • assertEquals -> assertEqual
  • warn -> warning
Test Plan

run 'tox'

Diff Detail

Repository
rDSCH Scheduling utilities
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

This revision is now accepted and ready to land.Oct 18 2018, 5:45 PM

modifed tox.ini to install deps from setup.py[testing] instead of requirements-test.txt

so tox 2.5 (stretch) is happy.

This revision was automatically updated to reflect the committed changes.