summaryrefslogtreecommitdiff
path: root/test/feature.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/feature.rb')
-rw-r--r--test/feature.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/feature.rb b/test/feature.rb
index 9a8a056..c224e41 100644
--- a/test/feature.rb
+++ b/test/feature.rb
@@ -57,7 +57,10 @@ class FeatureTest < MiniTest::Test
def test_physchem_description
assert_equal 355, PhysChem.descriptors.size
- assert_equal 330, PhysChem.unique_descriptors.size
+ assert_equal 15, PhysChem.openbabel_descriptors.size
+ assert_equal 295, PhysChem.cdk_descriptors.size
+ assert_equal 45, PhysChem.joelib_descriptors.size
+ assert_equal 310, PhysChem.unique_descriptors.size
end
def test_physchem