StanfordVL/BEHAVIOR-1K

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

Aperta

#784 aperta il 3 lug 2024

 (0 commenti) (0 reazioni) (0 assegnatari)Python (222 fork)auto 404
buggood first issue

Metriche repository

Star
 (1604 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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).

Guida contributor