Skip to content
Snippets Groups Projects
Commit 992a49e9 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

mark another longtest

parent b6547415
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,7 @@ def test_summary_voxel_query(seed): _test_query('voxel', 'prob', summary=True) ...@@ -102,6 +102,7 @@ def test_summary_voxel_query(seed): _test_query('voxel', 'prob', summary=True)
def test_summary_mask_query( seed): _test_query('mask', 'prob', summary=True) def test_summary_mask_query( seed): _test_query('mask', 'prob', summary=True)
def test_prob_coord_query( seed): _test_query('coord', 'prob') def test_prob_coord_query( seed): _test_query('coord', 'prob')
def test_prob_voxel_query( seed): _test_query('voxel', 'prob') def test_prob_voxel_query( seed): _test_query('voxel', 'prob')
@pytest.mark.longtest
def test_prob_mask_query( seed): _test_query('mask', 'prob') def test_prob_mask_query( seed): _test_query('mask', 'prob')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment