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