Skip to content

Commit

Permalink
BF(TST): list expected entries in sorted order (fix for matplotlib)
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Aug 24, 2019
1 parent ddf079f commit 5f8f7aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion duecredit/tests/test_injections.py
Expand Up @@ -216,8 +216,10 @@ def test_no_double_activation():




def test_get_modules_for_injection(): def test_get_modules_for_injection():
# output order is sorted by name (not that it matters for functionality)
assert get_modules_for_injection() == ['mod_biosig', assert get_modules_for_injection() == ['mod_biosig',
'mod_dipy', 'mod_dipy',
'mod_matplotlib',
'mod_mdp', 'mod_mdp',
'mod_mne', 'mod_mne',
'mod_nibabel', 'mod_nibabel',
Expand All @@ -229,7 +231,6 @@ def test_get_modules_for_injection():
'mod_scipy', 'mod_scipy',
'mod_skimage', 'mod_skimage',
'mod_sklearn', 'mod_sklearn',
'mod_matplotlib'
] ]




Expand Down

0 comments on commit 5f8f7aa

Please sign in to comment.