Browse Source

added back the test file for dora-mujoco node

tags/v0.3.12-rc0
ShashwatPatil 7 months ago
parent
commit
629ec2a7d9
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      node-hub/dora-mujoco/tests/test_dora_mujoco.py

+ 9
- 0
node-hub/dora-mujoco/tests/test_dora_mujoco.py View File

@@ -0,0 +1,9 @@
import pytest


def test_import_main():
from dora_mujoco.main import main

# Check that everything is working, and catch dora Runtime Exception as we're not running in a dora dataflow.
with pytest.raises(RuntimeError):
main()

Loading…
Cancel
Save