RokIvansek / attribute-interactions

A python implementation of attribute interactions. An Orange add-on (scripting part only).
2 stars 0 forks source link

Unit tests #13

Open RokIvansek opened 8 years ago

RokIvansek commented 8 years ago

Write properly formated unit tests in orangecontrib/interactions/test_interactions.py script.

RokIvansek commented 8 years ago

For help on writing unit tests look at: https://docs.python.org/3/library/unittest.html

run python3 -m unittest test_interactions from the orangecontrib/interactions/tests folder to run your tests

RokIvansek commented 8 years ago

Someone should check if tests are OK.