summaryrefslogtreecommitdiff
path: root/opentox-client-short.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2013-06-21 10:26:00 +0200
committerChristoph Helma <helma@in-silico.ch>2013-06-21 10:26:00 +0200
commitfb16161721f8fd5eec85cf18920dfd8e3fcd4471 (patch)
tree18f93906419c021a132e28ceee5f143ea18b3e77 /opentox-client-short.rb
parent5594665f9a3dd9e8af4d1e96a608d9f96662bac5 (diff)
opentox-client test split
Diffstat (limited to 'opentox-client-short.rb')
-rw-r--r--opentox-client-short.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/opentox-client-short.rb b/opentox-client-short.rb
new file mode 100644
index 0000000..982d373
--- /dev/null
+++ b/opentox-client-short.rb
@@ -0,0 +1,14 @@
+require 'minitest/autorun'
+require 'openbabel'
+all = Dir["test/*.rb"]
+exclude = [
+ "test/setup.rb",
+ "test/descriptors.rb",
+ "test/lazar-pc-descriptors.rb",
+ "test/lazar-extended.rb",
+ "test/validation-long.rb",
+ "test/dataset-large.rb",
+ "test/lazarweb.rb",
+ "test/pc-lazar.rb",
+] + Dir["test/toxbank*.rb"]
+(all - exclude).each {|f| require_relative f }