Skip to content

Commit

Permalink
Rearrange tests & fix CI (Significant-Gravitas#4596)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Pwuts authored and jordankanter committed Nov 12, 2023
1 parent 51e6711 commit a0817f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autogpts/autogpt/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import os
from pathlib import Path
from tempfile import TemporaryDirectory

Expand Down

0 comments on commit a0817f8

Please sign in to comment.