unit tests for loading dropins

This commit is contained in:
Patrick Robertson
2025-01-21 16:58:18 +01:00
parent 9dde9b26d0
commit d3e3eb7639
3 changed files with 27 additions and 10 deletions

5
tests/data/dropin.py Normal file
View File

@@ -0,0 +1,5 @@
# this is a dummy class used to test importing a dropin in the
# generic extractor by filename/path
class Dropin:
pass