From c8ffc2669fb1464d8c191cce10778a1e638d0453 Mon Sep 17 00:00:00 2001 From: Matteo Visconti dOC Date: Sat, 27 Aug 2016 14:34:46 -0700 Subject: [PATCH] Add missing tests to __init__.py --- mvpa2/tests/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/mvpa2/tests/__init__.py b/mvpa2/tests/__init__.py index 1522a196ef..407a35126f 100644 --- a/mvpa2/tests/__init__.py +++ b/mvpa2/tests/__init__.py @@ -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', @@ -181,6 +182,8 @@ def collect_nose_tests(verbosity=1): 'test_constraints', # Datasets + 'test_bids', + 'test_giftidataset', 'test_datasetng', 'test_datasetfx', 'test_dataset_formats', @@ -244,6 +247,9 @@ def collect_nose_tests(verbosity=1): 'test_rsa', # Misc + 'test_cmdline_ttest', + 'test_lib_afni', + 'test_misc_scatter', 'test_misc', 'test_errorfx', 'test_testing', @@ -251,6 +257,7 @@ def collect_nose_tests(verbosity=1): 'test_surfing', 'test_surfing_afni', 'test_surfing_voxelselection', + 'test_surfing_surface', 'test_eeglab', 'test_progress', 'test_winner',