File: __init__.py

package info (click to toggle)
pyment 0.3.4%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 500 kB
  • sloc: python: 2,738; makefile: 16; sh: 9
file content (5 lines) | stat: -rw-r--r-- 122 bytes parent folder | download
1
2
3
4
5
import os
import unittest

current_dir = os.path.dirname(__file__)
test_all = unittest.TestLoader().discover(current_dir)