Skip to content

Commit

Permalink
added test_draw to test_files
Browse files Browse the repository at this point in the history
  • Loading branch information
EHAT32 committed Nov 4, 2024
1 parent 4d3c8ed commit 4628491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vereya/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4628491

Please sign in to comment.