1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units/plugins/loader_fixtures/import_fixture.py
Matt Martz aece0818c4
Don't cache duplicate plugin names (#34420)
* Don't cache duplicate plugin names. Fixes #33484

* Add tests for duplicate plugin filenames, to showcase what happens
2018-01-04 16:47:23 -06:00

8 lines
190 B
Python

# Nothing to see here, this file is just empty to support a imp.load_source
# without doing anything
__metaclass__ = type
class test:
def __init__(self, *args, **kwargs):
pass