all repos — mgba @ 6d93a3d12bf6a93960c6932f7eca0ad44b9b1bde

mGBA Game Boy Advance Emulator

Python: Move cinema tests to root
Vicki Pfau vi@endrift.com
Thu, 26 Oct 2017 19:55:37 -0700
commit

6d93a3d12bf6a93960c6932f7eca0ad44b9b1bde

parent

65534d5dcd6ac54d3ed48bb76b4f622b2efae2b1

429 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/platform/python/test_cinema.pysrc/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: