Beispiel #1
0
 def test_options(self):
     options = [
         ['-C'],
         ['-c'],
         ['-f'],
         ['-i', '1'],
         ['-r'],
         ['-s', 'check_spike'],
         ]
     for opt in options:
         smack(['config'] + opt)
Beispiel #2
0
 def test03(self):
     smack(["qa", "testfiles/oct24.json", "-o", "-", "--compound-id", "1", "--outcomes-only"])
Beispiel #3
0
 def test02(self):
     smack(["qa", "testfiles/oct24.json", "-o", "-", "--compound-id", "1"])
Beispiel #4
0
 def test01(self):
     smack(["qa", "testfiles/oct24.json", "-o", "-"])
Beispiel #5
0
 def test01(self):
     smack(["info", "testfiles/oct24.json"])
Beispiel #6
0
 def test01(self):
     smack(['info', 'testfiles/oct24.json'])
Beispiel #7
0
 def test01(self):
     smack(["ion_ratios", "testfiles/oct24.json", "-o", "-"])
Beispiel #8
0
 def test02(self):
     outdir = self.mkoutdir()
     smack(["results", "testfiles/oct24.json", "--outdir", outdir])
Beispiel #9
0
 def test01(self):
     outdir = self.mkoutdir()
     smack(['export', 'testfiles/opi_checkout.xml', '--outdir', outdir])
Beispiel #10
0
 def test02(self):
     outdir = self.mkoutdir()
     smack(['results', 'testfiles/oct24.json', '--outdir', outdir])        
Beispiel #11
0
 def test01(self):
     smack(['results', 'testfiles/oct24.json', '-o', '-'])
Beispiel #12
0
 def test04(self):
     outdir = self.mkoutdir()
     smack(['qa', 'testfiles/oct24.json', '--outdir', outdir])        
Beispiel #13
0
 def test03(self):
     smack(['qa', 'testfiles/oct24.json', '-o', '-', '--compound-id', '1', '--outcomes-only'])
Beispiel #14
0
 def test02(self):
     smack(['qa', 'testfiles/oct24.json', '-o', '-', '--compound-id', '1'])
Beispiel #15
0
 def test01(self):
     smack(['qa', 'testfiles/oct24.json', '-o', '-'])
Beispiel #16
0
 def test04(self):
     outdir = self.mkoutdir()
     smack(["qa", "testfiles/oct24.json", "--outdir", outdir])
Beispiel #17
0
 def test01(self):
     smack(["results", "testfiles/oct24.json", "-o", "-"])
Beispiel #18
0
 def test01(self):
     smack(['ion_ratios', 'testfiles/oct24.json', '-o', '-'])
Beispiel #19
0
 def test01(self):
     outdir = self.mkoutdir()
     smack(["export", "testfiles/opi_checkout.xml", "--outdir", outdir])
Beispiel #20
0
 def test02(self):
     outdir = self.mkoutdir()
     smack(['ion_ratios', 'testfiles/oct24.json', '--outdir', outdir])        
Beispiel #21
0
 def test02(self):
     outdir = self.mkoutdir()
     smack(["ion_ratios", "testfiles/oct24.json", "--outdir", outdir])
Beispiel #22
0
 def test_options(self):
     options = [["-C"], ["-c"], ["-f"], ["-i", "1"], ["-r"], ["-s", "check_spike"]]
     for opt in options:
         smack(["config"] + opt)