Skip to content

Commit

Permalink
Merge pull request #499 from mvdoc/test/init
Browse files Browse the repository at this point in the history
Add missing tests to __init__.py
  • Loading branch information
yarikoptic committed Aug 27, 2016
2 parents fb7eb4c + c8ffc26 commit a90ec60
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mvpa2/tests/__init__.py
Expand Up @@ -126,6 +126,7 @@ def collect_unit_tests(verbosity=1):
'test_svdmapper',
'test_procrust',
'test_hyperalignment',
'test_benchmarks_hyperalignment',
'test_searchlight_hyperalignment',
'test_transformers',
'test_searchlight',
Expand Down Expand Up @@ -181,6 +182,8 @@ def collect_nose_tests(verbosity=1):
'test_constraints',

# Datasets
'test_bids',
'test_giftidataset',
'test_datasetng',
'test_datasetfx',
'test_dataset_formats',
Expand Down Expand Up @@ -244,13 +247,17 @@ def collect_nose_tests(verbosity=1):
'test_rsa',

# Misc
'test_cmdline_ttest',
'test_lib_afni',
'test_misc_scatter',
'test_misc',
'test_errorfx',
'test_testing',
'test_usecases',
'test_surfing',
'test_surfing_afni',
'test_surfing_voxelselection',
'test_surfing_surface',
'test_eeglab',
'test_progress',
'test_winner',
Expand Down

0 comments on commit a90ec60

Please sign in to comment.