def test_options(self): options = [ ['-C'], ['-c'], ['-f'], ['-i', '1'], ['-r'], ['-s', 'check_spike'], ] for opt in options: smack(['config'] + opt)
def test03(self): smack(["qa", "testfiles/oct24.json", "-o", "-", "--compound-id", "1", "--outcomes-only"])
def test02(self): smack(["qa", "testfiles/oct24.json", "-o", "-", "--compound-id", "1"])
def test01(self): smack(["qa", "testfiles/oct24.json", "-o", "-"])
def test01(self): smack(["info", "testfiles/oct24.json"])
def test01(self): smack(['info', 'testfiles/oct24.json'])
def test01(self): smack(["ion_ratios", "testfiles/oct24.json", "-o", "-"])
def test02(self): outdir = self.mkoutdir() smack(["results", "testfiles/oct24.json", "--outdir", outdir])
def test01(self): outdir = self.mkoutdir() smack(['export', 'testfiles/opi_checkout.xml', '--outdir', outdir])
def test02(self): outdir = self.mkoutdir() smack(['results', 'testfiles/oct24.json', '--outdir', outdir])
def test01(self): smack(['results', 'testfiles/oct24.json', '-o', '-'])
def test04(self): outdir = self.mkoutdir() smack(['qa', 'testfiles/oct24.json', '--outdir', outdir])
def test03(self): smack(['qa', 'testfiles/oct24.json', '-o', '-', '--compound-id', '1', '--outcomes-only'])
def test02(self): smack(['qa', 'testfiles/oct24.json', '-o', '-', '--compound-id', '1'])
def test01(self): smack(['qa', 'testfiles/oct24.json', '-o', '-'])
def test04(self): outdir = self.mkoutdir() smack(["qa", "testfiles/oct24.json", "--outdir", outdir])
def test01(self): smack(["results", "testfiles/oct24.json", "-o", "-"])
def test01(self): smack(['ion_ratios', 'testfiles/oct24.json', '-o', '-'])
def test01(self): outdir = self.mkoutdir() smack(["export", "testfiles/opi_checkout.xml", "--outdir", outdir])
def test02(self): outdir = self.mkoutdir() smack(['ion_ratios', 'testfiles/oct24.json', '--outdir', outdir])
def test02(self): outdir = self.mkoutdir() smack(["ion_ratios", "testfiles/oct24.json", "--outdir", outdir])
def test_options(self): options = [["-C"], ["-c"], ["-f"], ["-i", "1"], ["-r"], ["-s", "check_spike"]] for opt in options: smack(["config"] + opt)