StanfordVL/BEHAVIOR-1K

Unify test macros, make single pytest call work when running all tests

Open

#784 opened on Jul 3, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (222 forks)auto 404
buggood first issue

Repository metrics

Stars
 (1,604 stars)
PR merge metrics
 (PR metrics pending)

Description

Different tests have different global macros requirements, but we don't allow changing global macros after we launch OG. As a result, we can run pytest test.py (separate test scripts) separately, but we cannot run pytest (all test scripts).

Contributor guide