| import pathlib | |
| import pytest | |
| scripts = pathlib.Path(__file__, "..", "scripts").resolve().glob("*.py") | |
| def test_demo_random_action(): | |
| from mani_skill.examples.demo_random_action import Args, main | |
| main(Args(quiet=True)) | |
| import pathlib | |
| import pytest | |
| scripts = pathlib.Path(__file__, "..", "scripts").resolve().glob("*.py") | |
| def test_demo_random_action(): | |
| from mani_skill.examples.demo_random_action import Args, main | |
| main(Args(quiet=True)) | |