Reenable all tests

This commit is contained in:
Joe Rickerby
2020-07-17 09:39:22 +01:00
parent 6847454850
commit 7d983cdf8c
+1 -1
View File
@@ -17,4 +17,4 @@ if __name__ == '__main__':
subprocess.check_call(unit_test_args)
# run the integration tests
subprocess.check_call([sys.executable, '-m', 'pytest', '-x', '--durations', '0', 'test', '-k', 'overridden'])
subprocess.check_call([sys.executable, '-m', 'pytest', '-x', '--durations', '0', 'test'])