mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 07:26:14 +02:00
[Tests] don't name test plugin 'testing"
If so named, pip won't install it.
This commit is contained in:
parent
d63ba471ca
commit
3492dd291a
6 changed files with 24 additions and 21 deletions
|
@ -168,6 +168,7 @@ situations other than a traditional export. They are:
|
|||
- editable installs (`pip install -e ...`) don't seem to play nice with
|
||||
the namespace layout. If your plugin isn't appearing, try a non-editable
|
||||
install of both *jrnl* and your plugin.
|
||||
- for examples, you can look to the *jrnl*'s internal importers and exporters.
|
||||
- Don't name your plugin file "testing.py" or it won't be installed (at least
|
||||
automatically) by pip.
|
||||
As well, there are some basic external examples included in *jrnl*'s git repo
|
||||
at `tests/external_plugins_src` (including the example code above).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue