choderalab / bayesian-itc

Python tools for the analysis and modeling of isothermal titration calorimetry (ITC) experiments.
GNU General Public License v3.0
5 stars 10 forks source link

Adding unit tests #36

Closed bas-rustenburg closed 9 years ago

bas-rustenburg commented 9 years ago

Testing framework is in place. Marked tests that are not implemented as expected failures, will implement them in separate PR's.

bas-rustenburg commented 9 years ago

I noticed that the nosetests print out a warning message:

test___init__ (test_experiments.TestExperiment) ... /home/bas/anaconda/lib/python2.7/unittest/case.py:340: RuntimeWarning: TestResult has no addExpectedFailure method, reporting as passes
  RuntimeWarning)
ok

But the test seems to work anyways. The issue is most likely with nose