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