Home
last modified time | relevance | path

Searched refs:PluginTestCase (Results 1 – 25 of 91) sorted by relevance

1234

/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/doc/dev/m.css/plugins/m/test/
H A Dtest_htmlsanity.py25 from m.test import PluginTestCase
27 class Content(PluginTestCase):
42 class Typography(PluginTestCase):
92 class TypographyGlobalLang(PluginTestCase):
113 class RenderRst(PluginTestCase):
H A Dtest_math.py35 from . import PluginTestCase
37 class Math(PluginTestCase):
108 class Cached(PluginTestCase):
139 class Uncached(PluginTestCase):
H A Dtest_metadata.py25 from m.test import PluginTestCase
27 class Metadata(PluginTestCase):
65 class TypographyHtmlEscape(PluginTestCase):
H A Dtest_link.py25 from . import PluginTestCase
27 class Link(PluginTestCase):
H A Dtest_vk.py25 from m.test import PluginTestCase
27 class Vk(PluginTestCase):
H A Dtest_code.py25 from m.test import PluginTestCase
27 class Code(PluginTestCase):
H A Dtest_components.py25 from m.test import PluginTestCase
27 class Components(PluginTestCase):
H A Dtest_gh.py25 from m.test import PluginTestCase
27 class Gh(PluginTestCase):
H A Dtest_gl.py25 from m.test import PluginTestCase
27 class Gl(PluginTestCase):
H A Dtest_plots.py28 from . import PluginTestCase
30 class Plots(PluginTestCase):
H A Dtest_abbr.py25 from m.test import PluginTestCase
27 class Abbr(PluginTestCase):
H A Dtest_filesize.py25 from m.test import PluginTestCase
27 class Filesize(PluginTestCase):
H A Dtest_images.py25 from m.test import PluginTestCase
27 class Images(PluginTestCase):
H A Dtest_dox.py25 from m.test import PluginTestCase
27 class Dox(PluginTestCase):
H A Dtest_alias.py25 from m.test import PluginTestCase
27 class Alias(PluginTestCase):
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/PluginDownloader/
H A Dtest.py40 class PluginDownloaderTestCase(PluginTestCase):
45 PluginTestCase.setUp(self)
56 PluginTestCase.tearDown(self)
118 class PluginDownloaderTestCase(PluginTestCase):
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/plugin/
H A Dtest_test_plugins.py8 from tests.plugin import PluginTestCase
11 class TTestPlugins(PluginTestCase):
H A Dtest_seekbar.py8 from tests.plugin import PluginTestCase
14 class TSeekBar(PluginTestCase):
H A Dtest_prefs.py10 from tests.plugin import PluginTestCase, init_fake_app, destroy_fake_app
14 class TPrefs(PluginTestCase):
H A Dtest_migratemetadata.py9 from tests.plugin import PluginTestCase
12 class TMigratemetadata(PluginTestCase):
H A Dtest_covers.py10 from tests.plugin import PluginTestCase
14 class TCovers(PluginTestCase):
H A Dtest_clock.py10 from tests.plugin import PluginTestCase
14 class TClock(PluginTestCase):
H A Dtest_console.py12 from tests.plugin import PluginTestCase
17 class TConsole(PluginTestCase):
H A Dtest_html.py10 from tests.plugin import PluginTestCase
37 class THTMLExport(PluginTestCase):
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/plugins/Plugin/
H A Dtest.py32 class PluginTestCase(PluginTestCase): class

1234