Skip to content
Snippets Groups Projects
Forked from Platform / Development / swh-deposit
Source project has a limited visibility.
  • David Douard's avatar
    bd44391c
    tests: replace nose with pytest · bd44391c
    David Douard authored
    We do use the pytest-django plugin to manage the django db setup magic,
    so with this change, we can run tests without an existing db, or starting
    a postgres db dedicated to the tests using pifpaf.
    
    related to T1261
    bd44391c
    History
    tests: replace nose with pytest
    David Douard authored
    We do use the pytest-django plugin to manage the django db setup magic,
    so with this change, we can run tests without an existing db, or starting
    a postgres db dedicated to the tests using pifpaf.
    
    related to T1261