mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 23:16: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
|
@ -33,25 +33,25 @@ Feature: Functionality of Importer and Exporter Plugins
|
|||
Then the output should contain pyproject.toml version
|
||||
And The output should contain "<plugin_name> : <version> from jrnl.<source>.<type>.<filename>"
|
||||
Examples:
|
||||
| plugin_name | version | source | type | filename |
|
||||
| jrnl | <pyproject.toml version> | plugins | importer | jrnl |
|
||||
| json | v1.0.0 | contrib | importer | json |
|
||||
| boxed | <pyproject.toml version> | plugins | exporter | fancy |
|
||||
| dates | <pyproject.toml version> | plugins | exporter | dates |
|
||||
| default | <pyproject.toml version> | plugins | exporter | pretty |
|
||||
| fancy | <pyproject.toml version> | plugins | exporter | fancy |
|
||||
| json | v1.0.0 | contrib | exporter | json |
|
||||
| markdown | <pyproject.toml version> | plugins | exporter | markdown |
|
||||
| md | <pyproject.toml version> | plugins | exporter | markdown |
|
||||
| pretty | <pyproject.toml version> | plugins | exporter | pretty |
|
||||
| rot13 | v1.0.0 | contrib | exporter | rot13 |
|
||||
| short | <pyproject.toml version> | plugins | exporter | short |
|
||||
| tags | <pyproject.toml version> | plugins | exporter | tag |
|
||||
| testing | v0.0.1 | contrib | exporter | testing |
|
||||
| text | <pyproject.toml version> | plugins | exporter | text |
|
||||
| txt | v1.0.0 | contrib | exporter | rot13 |
|
||||
| xml | <pyproject.toml version> | plugins | exporter | xml |
|
||||
| yaml | <pyproject.toml version> | plugins | exporter | yaml |
|
||||
| plugin_name | version | source | type | filename |
|
||||
| jrnl | <pyproject.toml version> | plugins | importer | jrnl |
|
||||
| json | v1.0.0 | contrib | importer | simple_json |
|
||||
| boxed | <pyproject.toml version> | plugins | exporter | fancy |
|
||||
| dates | <pyproject.toml version> | plugins | exporter | dates |
|
||||
| default | <pyproject.toml version> | plugins | exporter | pretty |
|
||||
| fancy | <pyproject.toml version> | plugins | exporter | fancy |
|
||||
| json | v1.0.0 | contrib | exporter | custom_json |
|
||||
| markdown | <pyproject.toml version> | plugins | exporter | markdown |
|
||||
| md | <pyproject.toml version> | plugins | exporter | markdown |
|
||||
| pretty | <pyproject.toml version> | plugins | exporter | pretty |
|
||||
| rot13 | v1.0.0 | contrib | exporter | rot13 |
|
||||
| short | <pyproject.toml version> | plugins | exporter | short |
|
||||
| tags | <pyproject.toml version> | plugins | exporter | tag |
|
||||
| testing | v0.0.1 | contrib | exporter | flag |
|
||||
| text | <pyproject.toml version> | plugins | exporter | text |
|
||||
| txt | v1.0.0 | contrib | exporter | rot13 |
|
||||
| xml | <pyproject.toml version> | plugins | exporter | xml |
|
||||
| yaml | <pyproject.toml version> | plugins | exporter | yaml |
|
||||
|
||||
@skip_only_with_external_plugins
|
||||
Scenario Outline: Do not list overridden plugin names in --version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue