Skip to content

Commit bcafacd

Browse files
committed
Update other tests for new test EC
1 parent b29968f commit bcafacd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/framework/docs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def test_list_software(self):
256256
" * toy v0.0 (versionsuffix: '-deps'): system",
257257
" * toy v0.0 (versionsuffix: '-iter'): system",
258258
" * toy v0.0 (versionsuffix: '-multiple'): system",
259-
" * toy v0.0 (versionsuffix: '-test'): gompi/2018a",
259+
" * toy v0.0 (versionsuffix: '-test'): gompi/2018a, system",
260260
]
261261
txt = list_software(output_format='txt', detailed=True)
262262
lines = txt.split('\n')
@@ -278,7 +278,7 @@ def test_list_software(self):
278278
'``0.0`` ``-deps`` ``system`` ',
279279
'``0.0`` ``-iter`` ``system`` ',
280280
'``0.0`` ``-multiple`` ``system`` ',
281-
'``0.0`` ``-test`` ``gompi/2018a`` ',
281+
'``0.0`` ``-test`` ``gompi/2018a``, ``system``',
282282
'======= ============= ===========================',
283283
]
284284
txt = list_software(output_format='rst', detailed=True)

test/framework/filetools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@ def test_index_functions(self):
20132013
# test with specified path with and without trailing '/'s
20142014
for path in [test_ecs, test_ecs + '/', test_ecs + '//']:
20152015
index = ft.create_index(path)
2016-
self.assertEqual(len(index), 82)
2016+
self.assertEqual(len(index), 83)
20172017

20182018
expected = [
20192019
os.path.join('b', 'bzip2', 'bzip2-1.0.6-GCC-4.9.2.eb'),

0 commit comments

Comments
 (0)