File: __init__.py

package info (click to toggle)
python-moarchiving 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 404 kB
  • sloc: python: 2,989; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 270 bytes parent folder | download
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-
""" Here are all the tests for moarchiving package. """

from . import (test_moarchiving2obj,
               test_moarchiving3obj,
               test_moarchiving4obj,
               test_constrained_moarchiving,
               test_sorted_list)