Browse Source

fix pytest path

Guénaël Muller 6 years ago
parent
commit
a4345f90ae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/pytest.ini

+ 1 - 1
backend/pytest.ini View File

1
 [pytest]
1
 [pytest]
2
 minversion = 2.8
2
 minversion = 2.8
3
-testpaths = tracim
3
+testpaths = tracim_backend
4
 addopts = -s -v
4
 addopts = -s -v