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