StanfordVL/BEHAVIOR-1K
Unify test macros, make single pytest call work when running all tests
オープン
#784 opened on 2024/07/03
buggood first issue
Repository metrics
- Stars
- (1,604 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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).