[IPython-dev] Unit testing

Ville M. Vainio vivainio at gmail.com
Wed Sep 17 13:01:47 EDT 2008


Since it appears we will be using nose to run the unit test, and since
IPython "classic" has zero tests that are run by the current test
suite (from what I gathered from running ./iptest), where can I get
started on writing such tests?

I tried adding this to ipy_profile_sh.py:

def test():
    assert False

And, it wasn't run by nose. So, where should we get started? Create
'test' directories?

-- 
Ville M. Vainio
http://tinyurl.com/vainio



More information about the IPython-dev mailing list