[Tests] don't name test plugin 'testing"

If so named, pip won't install it.
This commit is contained in:
MinchinWeb 2021-05-16 21:12:32 -06:00
parent d63ba471ca
commit 3492dd291a
6 changed files with 24 additions and 21 deletions

View file

@ -6,6 +6,8 @@
"""
Exporter for testing and experimentation purposes.
It is not called "testing" because then it's not installed.
The presence of this plugin is also used as a "switch" by the test suite to
decide on whether or not to run the "vanilla" test suite, or the test suite
for external plugins.