StanfordVL/BEHAVIOR-1K
Unify test macros, make single pytest call work when running all tests
Aperta
#784 aperta il 3 lug 2024
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).