diff --git a/tests/vereya/run_tests.py b/tests/vereya/run_tests.py index 174a119..7712a05 100644 --- a/tests/vereya/run_tests.py +++ b/tests/vereya/run_tests.py @@ -29,7 +29,7 @@ def main(): test_files = ['test_motion_vereya', 'test_craft', 'test_inventory', 'test_quit', 'test_observation', 'test_placement', 'test_image', - 'test_consistency', 'test_motion_mob', 'test_mob', 'test_agent', 'test_flat_world'] + 'test_consistency', 'test_motion_mob', 'test_mob', 'test_agent', 'test_flat_world', 'test_draw'] res = run_tests(test_files) if not res.wasSuccessful(): sys.exit(1)