Skip to content

Commit

Permalink
Merge pull request #26 from ansys-internal/legacy/tests
Browse files Browse the repository at this point in the history
Add legacy tests
  • Loading branch information
svandenb-dev authored Oct 23, 2023
2 parents 0cd02c2 + 91e0245 commit d094502
Show file tree
Hide file tree
Showing 93 changed files with 6,957 additions and 4,000 deletions.
1,045 changes: 0 additions & 1,045 deletions _unittest/test_00_Advanced_EDB.py

This file was deleted.

2,927 changes: 0 additions & 2,927 deletions _unittest/test_00_EDB.py

This file was deleted.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ tests = [
"SRTM.py",
"utm",
"scikit-rf",
"mock",
]
doc = [
"ansys-sphinx-theme==0.12.2",
Expand Down Expand Up @@ -176,7 +177,7 @@ show_missing = true
minversion = "7.1"
addopts = "-ra --cov=pyaedt --cov-report html:.cov/html --cov-report xml:.cov/xml --cov-report term -vv"
testpaths = [
"_unittest",
"tests"
]

[tool.numpydoc_validation]
Expand Down
7 changes: 7 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[pytest]
filterwarnings =
ignore::DeprecationWarning:pyaedt.*
markers =
legacy: mark test as related to the legacy API.
unit: mark test as an unit test.
integration: mark test as an integration test.
system: mark test as a system test.
slow: mark test as slow.
no_licence: mark test that do not need a licence.
Loading

0 comments on commit d094502

Please sign in to comment.