Ejemplo n.º 1
0
 def test_matrices(self):
     """Test reporting of run matrices in the database."""
     subcommands.subcmd_report(self.argsdict["run_matrices"])
Ejemplo n.º 2
0
 def test_results(self):
     """Test reporting of run results in the database."""
     subcommands.subcmd_report(self.argsdict["run_results"])
Ejemplo n.º 3
0
 def test_runs_genomes(self):
     """Test reporting of runs/genomes in the database."""
     subcommands.subcmd_report(self.argsdict["runs_genomes"])
Ejemplo n.º 4
0
 def test_genomes_runs(self):
     """Test reporting of genomes_runs in the database."""
     subcommands.subcmd_report(self.argsdict["genomes_runs"])
Ejemplo n.º 5
0
 def test_runs(self):
     """Test reporting of runs in the database."""
     subcommands.subcmd_report(self.argsdict["runs"], self.logger)