File: tests_simple.py

package info (click to toggle)
paperwork 2.2.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 166,664 kB
  • sloc: python: 44,775; makefile: 992; sh: 625; xml: 135
file content (6 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
import openpaperwork_core.thread.tests


class TestThread(openpaperwork_core.thread.tests.AbstractTestThread):
    def get_plugin_name(self):
        return "openpaperwork_core.thread.simple"