Skip to content

Commit

Permalink
Many more GEMPRO pipeline tests!
Browse files Browse the repository at this point in the history
(cherry picked from commit 38648ad)
  • Loading branch information
nmih committed Feb 28, 2018
1 parent 2766118 commit 26db8be
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ssbio/test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ def test_files_outputs(test_files):
return op.join(test_files, 'out')


@pytest.fixture(scope='module')
def test_files_atlas(test_files):
"""ATLAS files"""
# ssbio/test/test_files/atlas
return op.join(test_files, 'atlas')


@pytest.fixture(scope='module')
def test_files_gempro(test_files):
"""GEMPRO files"""
# ssbio/test/test_files/atlas
return op.join(test_files, 'gempro')


@pytest.fixture(scope='module')
def test_gem_small_json(test_files_models):
"""Mini JSON GEM for testing (E. coli)"""
Expand Down

0 comments on commit 26db8be

Please sign in to comment.