Skip to content

Commit d6ece1a

Browse files
author
Adam Robbins-Pianka
committed
Move ebi test files to subdirectory
1 parent 227e002 commit d6ece1a

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

qiita_ware/test/test_ebi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626

2727
class TestEBISubmission(TestCase):
2828
def setUp(self):
29-
self.path = path.dirname(path.abspath(__file__)) + '/test_data'
29+
self.path = path.dirname(path.abspath(__file__)) + \
30+
'/test_data/test_ebi'
3031
self.temp_dir = gettempdir()
3132
self.demux_output_dir = join(self.temp_dir, 'demux_output')
3233

0 commit comments

Comments
 (0)