DEBSOURCES
Skip Quicknav
sources / django-nose / 1.1-1 / testapp / test_only_this.py
1234567
""" Django's test runner won't find this, but nose will. """ def test_multiplication(): assert 2 * 2 == 4