File: test_for_nose.py

package info (click to toggle)
django-nose 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 284 kB
  • ctags: 127
  • sloc: python: 625; sh: 28; makefile: 14
file content (5 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (2)
1
2
3
4
5
"""Django's test runner won't find this, but nose will."""


def test_addition():
    assert 1 + 1 == 2