StanfordVL/BEHAVIOR-1K

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

开放

#784 创建于 2024年7月3日

 (0 条评论) (0 个反应) (0 位负责人)Python (222 个派生)auto 404
buggood first issue

仓库指标

星标
 (1,604 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南