File: __init__.py

package info (click to toggle)
khard 0.20.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,428 kB
  • sloc: python: 6,364; makefile: 24; sh: 7
file content (5 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
"""Module to make it possible to import the test folder as a python package and
hence make it possible to run all unittests from the top level directory with

        python -m unittest [discover]
"""