Przeglądaj źródła

Moves funtests -> t/integration

Ask Solem 8 lat temu
rodzic
commit
293a56ecbf

+ 1 - 1
setup.cfg

@@ -1,5 +1,5 @@
 [tool:pytest]
-testpaths = t/
+testpaths = t/unit/
 python_classes = test_*
 
 [build_sphinx]

+ 0 - 0
funtests/benchmarks/bench_worker.py → t/integration/benchmarks/bench_worker.py


+ 0 - 0
funtests/setup.cfg → t/integration/setup.cfg


+ 0 - 0
funtests/setup.py → t/integration/setup.py


+ 0 - 0
funtests/stress/README.rst → t/integration/stress/README.rst


+ 0 - 0
funtests/suite/__init__.py → t/integration/suite/__init__.py


+ 0 - 0
funtests/suite/config.py → t/integration/suite/config.py


+ 0 - 0
funtests/suite/test_leak.py → t/integration/suite/test_leak.py


+ 0 - 0
t/conftest.py → t/unit/conftest.py