File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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' ),
You can’t perform that action at this time.
0 commit comments