Remove doc test run code
This commit is contained in:
parent
0b52b75dbf
commit
03af77cf92
@ -12,12 +12,7 @@ TESTING_PACKAGE = "rbackup.struct"
|
|||||||
REPO_MODULE = f"{TESTING_PACKAGE}.repository"
|
REPO_MODULE = f"{TESTING_PACKAGE}.repository"
|
||||||
SS_MODULE = f"{TESTING_PACKAGE}.snapshot"
|
SS_MODULE = f"{TESTING_PACKAGE}.snapshot"
|
||||||
|
|
||||||
|
UNWANTED_SNAPSHOT_CHARS = ["/"]
|
||||||
# ========== Functions ==========
|
|
||||||
# @unittest.skip("Repositories create files, this should be mocked out")
|
|
||||||
# def load_tests(loader, tests, ignore):
|
|
||||||
# tests.addTests(doctest.DocTestSuite(REPO_MODULE))
|
|
||||||
# return tests
|
|
||||||
|
|
||||||
|
|
||||||
# ========== Integration Tests ==========
|
# ========== Integration Tests ==========
|
||||||
|
Loading…
x
Reference in New Issue
Block a user