Move tests package to rbackup.tests
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import doctest
|
||||
|
||||
# ========== Constants ==========
|
||||
TESTING_MODULE = "rbackup.hierarchy.hierarchy"
|
||||
|
||||
|
||||
# ========== Functions ==========
|
||||
def load_tests(loader, tests, ignore):
|
||||
tests.addTests(doctest.DocTestSuite(TESTING_MODULE))
|
||||
return tests
|
Reference in New Issue
Block a user