summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2014-08-26 17:02:24 +0200
committerdavor <vorgrimmlerdavid@gmx.de>2014-08-26 17:02:24 +0200
commit7d907246a1277545b0aa910713dc24e94fccefc7 (patch)
treeb1826c32094e3f117290a1d286a06b215d9a049d
parentf28648af091a8ed894f7eacef6d3e8991990835a (diff)
Excluded aop tests.
-rw-r--r--opentox-client-all.rb4
-rw-r--r--opentox-client-short.rb4
2 files changed, 6 insertions, 2 deletions
diff --git a/opentox-client-all.rb b/opentox-client-all.rb
index 5343820..289b07a 100644
--- a/opentox-client-all.rb
+++ b/opentox-client-all.rb
@@ -2,7 +2,9 @@ require 'minitest/autorun'
require 'openbabel'
all = Dir["test/*.rb"]
exclude = [
- "test/*setup.rb",
"test/lazarweb.rb",
+ "test/*setup.rb",
+ "test/aop-curl.rb",
+ "test/aopweb.rb",
] + Dir["test/toxbank*.rb"]
(all - exclude).each {|f| require_relative f }
diff --git a/opentox-client-short.rb b/opentox-client-short.rb
index e89ce5c..70c68ef 100644
--- a/opentox-client-short.rb
+++ b/opentox-client-short.rb
@@ -2,7 +2,9 @@ require 'minitest/autorun'
require 'openbabel'
all = Dir["test/*.rb"]
exclude = [
- "test/*setup.rb",
"test/lazarweb.rb",
+ "test/*setup.rb",
+ "test/aop-curl.rb",
+ "test/aopweb.rb",
] + Dir["test/toxbank*.rb"] + Dir["test/*long.rb"]
(all - exclude).each {|f| require_relative f }