Mercurial > repos > pieterlukasse > prims_metabolomics
diff test/test_library_lookup.py @ 30:60b53f2aa48a
Small fixes, added microminutes support to MsClust, removed TIC or MsClust output
author | pieter.lukasse@wur.nl |
---|---|
date | Sat, 30 Aug 2014 16:14:18 +0200 |
parents | 53e1eee93430 |
children | eb0e25d06060 |
line wrap: on
line diff
--- a/test/test_library_lookup.py Fri May 09 17:11:11 2014 +0200 +++ b/test/test_library_lookup.py Sat Aug 30 16:14:18 2014 +0200 @@ -149,7 +149,7 @@ ''' riqc_libs_dir = resource_filename(__name__, "../repositories/PRIMS-metabolomics/RI_DB_libraries") get_library_files_output = match_library.get_directory_files(riqc_libs_dir) - self.assertEqual(1, len(get_library_files_output)) + self.assertEqual(2, len(get_library_files_output)) self.assertEqual("Library_RI_DB_capillary_columns-noDuplicates", get_library_files_output[0][0]) #TODO change assert below to assert that the result is a file, so the test can run on other dirs as well: #self.assertEqual("E:\\workspace\\PRIMS-metabolomics\\python-tools\\tools\\GCMS\\test\\data\\riqc_libs\\RI DB library (capillary columns) Dec.2012.txt", get_library_files_output[0][1])