Skip to content

Commit 2b083a9

Browse files
committed
RF: move tests under heudiconv/ module
- to ease maintenance/distribution - to facilitate testing of installed instances
1 parent 37301b9 commit 2b083a9

16 files changed

+6
-4
lines changed

.coveragerc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[run]
2-
include = tests/*
3-
heudiconv/*
2+
include = heudiconv/*
43
setup.py

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ install:
3737
- git config --global user.name "Travis Almighty"
3838

3939
script:
40-
- coverage run `which py.test` -s -v tests heudiconv/heuristics/*.py
40+
- coverage run `which py.test` -s -v heudiconv heudiconv/heuristics/*.py
4141

4242
after_success:
4343
- codecov

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ TODO Summary
1414
- Reproin heuristic: `__dup` indices would now be assigned incrementally
1515
individually per each sequence, so there is a chance to properly treat
1616
associate for multi-file (e.g. `fmap`) sequences
17+
- `tests/` moved under `heudiconv/tests` to ease maintenance and facilitate
18+
testing of an installed heudiconv
1719

1820
### Deprecated
1921
### Fixed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)