remove unused files

This commit is contained in:
debugtalk
2018-12-27 17:04:38 +08:00
parent 9e68daa929
commit 7d422be10e
4 changed files with 2 additions and 43 deletions

View File

@@ -15,8 +15,6 @@ class TestContext(ApiServerUnittest):
functions=project_mapping["functions"],
variables={"SECRET_KEY": "DebugTalk"}
)
testcase_file_path = os.path.join(os.getcwd(), 'tests/data/demo_binds.yml')
self.testcases = loader.load_file(testcase_file_path)
def test_init_context_functions(self):
context_functions = self.context.FUNCTIONS_MAPPING