File: tests_simple.py

package info (click to toggle)
paperwork 2.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 166,660 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 (2)
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"