File: tests_asyncio.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 (11 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
import openpaperwork_core.mainloop.tests


class TestCallback(openpaperwork_core.mainloop.tests.AbstractTestCallback):
    def get_plugin_name(self):
        return "openpaperwork_core.mainloop.asyncio"


class TestPromise(openpaperwork_core.mainloop.tests.AbstractTestPromise):
    def get_plugin_name(self):
        return "openpaperwork_core.mainloop.asyncio"