Python: Move cinema tests to root
Vicki Pfau vi@endrift.com
Thu, 26 Oct 2017 19:55:37 -0700
429 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/python/test_cinema.py
→
src/platform/python/test_cinema.py
@@ -18,7 +18,7 @@ return l
def pytest_generate_tests(metafunc): if 'vtest' in metafunc.fixturenames: - tests = cinema.test.gatherTests(os.path.join(os.path.dirname(__file__), 'tests/cinema')) + tests = cinema.test.gatherTests(os.path.join(os.path.dirname(__file__), '..', '..', '..', 'cinema')) testList = flatten(tests) params = [] for test in testList: