mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 10:28:10 +01:00
Move tests to a sub dir.
Else they install to site-packages/tests/
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
import unittest
|
||||
|
||||
import tests.test_other
|
||||
import tests.test_prepare
|
||||
import tests.test_run
|
||||
|
||||
|
||||
def test_suite():
|
||||
loader = unittest.TestLoader()
|
||||
suite = loader.loadTestsFromModule(tests.test_other)
|
||||
suite.addTests(loader.loadTestsFromModule(tests.test_prepare))
|
||||
suite.addTests(loader.loadTestsFromModule(tests.test_run))
|
||||
|
||||
return suite
|
||||
|
||||
Reference in New Issue
Block a user