Skip to content

Commit 42aa9dd

Browse files
committed
[ci] Move 'ddm' and 'linalg' tests to library modules, and 'mpi_tester.py' script to project root.
1 parent b2b0aaa commit 42aa9dd

12 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ script:
4747
- pytest tests/test_core.py
4848
- pytest tests/test_integration.py
4949
- pytest tests/feec/
50-
- pytest tests/linalg -m "not parallel"
50+
- pytest spl/linalg -m "not parallel"
5151
# Parallel tests
52-
- python3 tests/mpi_tester.py tests/ddm -m "parallel"
53-
- python3 tests/mpi_tester.py tests/linalg -m "parallel"
52+
- python3 mpi_tester.py spl/ddm/tests -m "parallel"
53+
- python3 mpi_tester.py spl/linalg -m "parallel"
File renamed without changes.

spl/ddm/tests/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

spl/linalg/tests/__init__.py

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)