-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from ansys-internal/legacy/tests
Add legacy tests
- Loading branch information
Showing
93 changed files
with
6,957 additions
and
4,000 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.