File: test.py

package info (click to toggle)
simplebayes 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 496 kB
  • sloc: python: 3,322; makefile: 165; sh: 24
file content (11 lines) | stat: -rw-r--r-- 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/python
# pylint: disable=unused-wildcard-import,wildcard-import,unused-import
# Test aggregator: star imports register test classes (F401/F403 in .flake8)

import simplebayes
import simplebayes.categories
import simplebayes.category

from tests import *
from tests.categories import *
from tests.category import *