Skip to content

Commit

Permalink
test: definitively remove the end_to_end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Feb 20, 2023
1 parent 235ad47 commit 8a8d986
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 54 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,6 @@ test-unit:
test-integration:
pytest -m integration_test

# help: test-end-to-end - run end to end tests
.PHONY: test-end-to-end
test-end-to-end:
pytest -m end_to_end_test

# help: doc - generate documentation in doc/build
.PHONY: doc
doc:
Expand Down
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
markers =
unit_test
integration_test
end_to_end_test
Empty file removed tests/end_to_end/__init__.py
Empty file.
40 changes: 0 additions & 40 deletions tests/end_to_end/config.md

This file was deleted.

Empty file.
8 changes: 0 additions & 8 deletions tests/end_to_end/ssh_config.json

This file was deleted.

Empty file.

0 comments on commit 8a8d986

Please sign in to comment.