Skip to content

Commit

Permalink
Merge pull request #183 from atlanticwave-sdx/182.consolidate-tests-a…
Browse files Browse the repository at this point in the history
…nd-topologies

Remove top-level tests and test data
  • Loading branch information
sajith authored Aug 1, 2023
2 parents 3c3fbf7 + 62176eb commit d282c37
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 4,949 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.black]
src_paths = ["setup.py", "swagger_server", "bapm_server", "tests"]
src_paths = ["setup.py", "swagger_server", "bapm_server"]

[tool.isort]
profile = "black"
src_paths = ["setup.py", "swagger_server", "bapm_server", "tests"]
src_paths = ["setup.py", "swagger_server", "bapm_server"]

[tool.coverage.run]
branch = true
omit = [ "tests/*", "swagger_server/test/*" ]
omit = [ "swagger_server/test/*" ]
relative_files = true

# The section below will let us have relative paths in test coverage
Expand All @@ -22,3 +22,4 @@ source = [
# In tox environments.
".tox/**/site-packages/",
]

23 changes: 0 additions & 23 deletions samples/connection-requests/amlight-to-amlight.json

This file was deleted.

22 changes: 0 additions & 22 deletions samples/connection-requests/sax-to-amlight-1.json

This file was deleted.

22 changes: 0 additions & 22 deletions samples/connection-requests/sax-to-sax.json

This file was deleted.

Loading

0 comments on commit d282c37

Please sign in to comment.