Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,21 +42,21 @@ doc/source/images/auto-generated/*


# Testing
./Testing/
.benchmarks/
.coverage
.pytest_cache/
.tox/
*,cover
coverage.xml
factory/
Testing/
UnitTesting/
TODO
test-output.xml
test.sh
.pytest_cache/
tests/.coverage
tests/htmlcov
tests/cyclic/htmlcov
.coverage
*,cover
.benchmarks/
test-output.xml
coverage.xml
.tox/
tests/htmlcov
TODO
UnitTesting/

\#*
.\#*
Expand Down
1 change: 1 addition & 0 deletions doc/changelog.d/4274.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add Docker Compose files for testing PyMAPDL
Loading
Loading