Skip to content
Snippets Groups Projects

Separate tests into unit and integration directories (#441)

Merged Moul requested to merge 441_structure_tests into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -107,7 +107,7 @@ pre-commit:hooks:
image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
script:
- poetry install
- poetry run pytest
- poetry run pytest tests/unit
tests:3.7:
extends: .tests
Loading