mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-26 10:24:30 +01:00
* Rearrange tests into unit/integration/challenge categories * Fix linting + `tests.challenges` imports * Fix obscured duplicate test in test_url_validation.py * Move VCR conftest to tests.vcr * Specify tests to run & their order (unit -> integration -> challenges) in CI * Fail Docker CI when tests fail * Fix import & linting errors in tests * Fix `get_text_summary` * Fix linting errors * Clean up pytest args in CI * Remove bogus tests from GoCodeo
11 lines
210 B
INI
11 lines
210 B
INI
[mypy]
|
|
follow_imports = skip
|
|
check_untyped_defs = True
|
|
disallow_untyped_defs = True
|
|
files = tests/challenges/**/*.py
|
|
|
|
[mypy-requests.*]
|
|
ignore_missing_imports = True
|
|
[mypy-yaml.*]
|
|
ignore_missing_imports = True
|