From 2ffb0ecc5e41c5486056fcd00aca274d77858860 Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola Date: Sun, 11 Mar 2018 09:31:35 -0700 Subject: Revert "Move tests out of package to top level directory (#1232)" (#1242) This reverts commit b578d2febfd35f80fcfa1ce1bdf18d44d21b1581. --- appveyor.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 2ceb63f7..28f5f7f6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -83,7 +83,7 @@ build: off test_script: - "%WITH_COMPILER% %PYTHON%/python -V" - - "set PYTHONWARNINGS=all && set PSUTIL_TESTING=1 && set PSUTIL_DEBUG=1 && %WITH_COMPILER% %PYTHON%/python tests/__main__.py" + - "set PYTHONWARNINGS=all && set PSUTIL_TESTING=1 && set PSUTIL_DEBUG=1 && %WITH_COMPILER% %PYTHON%/python psutil/tests/__main__.py" after_test: - "%WITH_COMPILER% %PYTHON%/python setup.py bdist_wheel" @@ -112,12 +112,12 @@ only_commits: psutil/_psutil_windows.* psutil/_pswindows.py psutil/arch/windows/* - tests/__init__.py - tests/__main__.py - tests/test_memory_leaks.py - tests/test_misc.py - tests/test_process.py - tests/test_system.py - tests/test_windows.py + psutil/tests/__init__.py + psutil/tests/__main__.py + psutil/tests/test_memory_leaks.py + psutil/tests/test_misc.py + psutil/tests/test_process.py + psutil/tests/test_system.py + psutil/tests/test_windows.py scripts/* setup.py -- cgit v1.2.1