File: _py3_suite.py

package info (click to toggle)
python-fudge 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 716 kB
  • sloc: javascript: 3,300; python: 2,537; makefile: 84; sh: 5
file content (13 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13

# This is a hack to make the built (2to3) tests 
# run in Python 3.  That is, so Nose discovers all tests.
# See tox.ini

# FIXME: this is dumb

from fudge.tests.test_fudge import *
from fudge.tests.test_import_all import *
from fudge.tests.test_inspector import *
from fudge.tests.test_inspector_import_all import *
from fudge.tests.test_patcher import *
from fudge.tests.test_registry import *