Skip to content

python tests/fixtures.py command has a bug #804

@simonw

Description

@simonw

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugminorMinor bugs (not high priority)

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions