File: test_only_this.py

package info (click to toggle)
django-nose 1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 340 kB
  • sloc: python: 567; sh: 29; makefile: 14
file content (7 lines) | stat: -rw-r--r-- 112 bytes parent folder | download
1
2
3
4
5
6
7
"""
Django's test runner won't find this, but nose will.
"""


def test_multiplication():
    assert 2 * 2 == 4