File: test.py

package info (click to toggle)
python-nxtomomill 1.1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,588 kB
  • sloc: python: 15,974; makefile: 13; sh: 3
file content (10 lines) | stat: -rw-r--r-- 247 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
from nxtomomill.utils.io import deprecated_warning
from nxtomomill.tests import *  # noqa F401

deprecated_warning(
    type_="Module",
    name="nxtomomill.test",
    reason="renamed",
    replacement="nxtomomill.tests",
    since_version=1.1,
)