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"
|
||||
SS_MODULE = f"{TESTING_PACKAGE}.snapshot"
|
||||
|
||||
|
||||
# ========== 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
|
||||
UNWANTED_SNAPSHOT_CHARS = ["/"]
|
||||
|
||||
|
||||
# ========== Integration Tests ==========
|
||||
|
Loading…
x
Reference in New Issue
Block a user