Move tests to a sub dir.

Else they install to site-packages/tests/
This commit is contained in:
tecnovert
2019-07-26 12:57:05 +02:00
parent 900358e7c3
commit 2882992c4f
10 changed files with 18 additions and 22 deletions

View File

@@ -36,5 +36,5 @@ setuptools.setup(
"basicswap-prepare=bin.basicswap_prepare:main",
]
},
test_suite="tests.test_suite"
test_suite="tests.basicswap.test_suite"
)