-
-
Notifications
You must be signed in to change notification settings - Fork 813
Closed
Labels
Milestone
Description
This command is meant to write out fixtures.db, metadata.json and a plugins directory:
$ python tests/fixtures.py /tmp/fixtures.db /tmp/metadata.json /tmp/plugins/
Test tables written to /tmp/fixtures.db
- metadata written to /tmp/metadata.json
Traceback (most recent call last):
File "tests/fixtures.py", line 833, in <module>
("my_plugin.py", PLUGIN1),
NameError: name 'PLUGIN1' is not defined
Reactions are currently unavailable