StanfordVL/BEHAVIOR-1K

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

Offen

#784 geöffnet am 03.07.2024

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (222 Forks)auto 404
buggood first issue

Repository-Metriken

Stars
 (1.604 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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