Lines Matching refs:toml
27 import toml
148 # create a TestSuite object from a toml file
152 if self.name.endswith('.toml'):
153 self.name = self.name[:-len('.toml')]
155 # load toml file and parse test cases
158 config = toml.load(f)
174 # sort in case toml parsing did not retain order
234 # find .toml files
238 path = path + '/*.toml'
644 if suite.endswith('.toml'):
645 suite = suite[:-len('.toml')]
1459 help="Description of *.toml files to compile. May be a directory "