File: test_sample.py

package info (click to toggle)
python-ms-cv 0.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 96 kB
  • sloc: python: 93; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 98 bytes parent folder | download
1
2
3
4
# Sample Test passing with nose and pytest

def test_pass():
    assert True, "dummy sample test"