toddlers/tests/plugins
Nils Philippsen 7fe0937190 Using real objects is considered polite
Previously, ToddlerBase and derived classes were used directly, but none
of the methods is marked as a class or static method. Amazingly enough,
it worked regardless. It's useful to have a constructor, though, so do
things conventionally.

As we can't just monkey-patch the classes then, use the shared `toddler`
fixture which creates the object for the test methods that need it.

Signed-off-by: Nils Philippsen <nils@redhat.com>
2020-07-17 17:39:28 +02:00
..
test_debug.py Using real objects is considered polite 2020-07-17 17:39:28 +02:00
test_flag_ci_pr.py Using real objects is considered polite 2020-07-17 17:39:28 +02:00
test_flag_commit_build.py Using real objects is considered polite 2020-07-17 17:39:28 +02:00
test_packager_bugzilla_sync.py Using real objects is considered polite 2020-07-17 17:39:28 +02:00
test_pdc_retired_packages.py Using real objects is considered polite 2020-07-17 17:39:28 +02:00
test_plugins.py Add a new toddler to update PDC when packages get retired 2020-07-03 12:04:07 +02:00