ara-cli 0.1.9.73__py3-none-any.whl → 0.1.9.74__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of ara-cli might be problematic. Click here for more details.
- ara_cli/ara_command_action.py +15 -15
- ara_cli/ara_command_parser.py +2 -1
- ara_cli/artefact_autofix.py +77 -46
- ara_cli/artefact_creator.py +1 -1
- ara_cli/artefact_models/artefact_model.py +26 -7
- ara_cli/artefact_models/artefact_templates.py +47 -31
- ara_cli/artefact_models/feature_artefact_model.py +2 -0
- ara_cli/artefact_scan.py +0 -1
- ara_cli/chat.py +23 -5
- ara_cli/template_manager.py +3 -8
- ara_cli/version.py +1 -1
- {ara_cli-0.1.9.73.dist-info → ara_cli-0.1.9.74.dist-info}/METADATA +1 -1
- {ara_cli-0.1.9.73.dist-info → ara_cli-0.1.9.74.dist-info}/RECORD +18 -28
- tests/test_artefact_autofix.py +289 -25
- tests/test_chat.py +33 -13
- ara_cli/templates/template.businessgoal +0 -10
- ara_cli/templates/template.capability +0 -10
- ara_cli/templates/template.epic +0 -15
- ara_cli/templates/template.example +0 -6
- ara_cli/templates/template.feature +0 -26
- ara_cli/templates/template.issue +0 -14
- ara_cli/templates/template.keyfeature +0 -15
- ara_cli/templates/template.task +0 -6
- ara_cli/templates/template.userstory +0 -17
- ara_cli/templates/template.vision +0 -14
- {ara_cli-0.1.9.73.dist-info → ara_cli-0.1.9.74.dist-info}/WHEEL +0 -0
- {ara_cli-0.1.9.73.dist-info → ara_cli-0.1.9.74.dist-info}/entry_points.txt +0 -0
- {ara_cli-0.1.9.73.dist-info → ara_cli-0.1.9.74.dist-info}/top_level.txt +0 -0
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
@sample_tag
|
|
2
|
-
Feature: <descriptive title>
|
|
3
|
-
|
|
4
|
-
As a <user>
|
|
5
|
-
I want to <do something | need something>
|
|
6
|
-
So that <I can achieve something>
|
|
7
|
-
|
|
8
|
-
Contributes to <filename or title of the artefact> <agile requirement artefact category> <(optional in case the contribution is to an artefact that is detailed with rules) using rule <rule as it is formulated>
|
|
9
|
-
|
|
10
|
-
Description: <further optional description to understand
|
|
11
|
-
the rule, no format defined, the example artefact is only a placeholder>
|
|
12
|
-
|
|
13
|
-
Scenario: <descriptive scenario title>
|
|
14
|
-
Given <precondition>
|
|
15
|
-
When <action>
|
|
16
|
-
Then <expected result>
|
|
17
|
-
|
|
18
|
-
Scenario Outline: <descriptive scenario title>
|
|
19
|
-
Given <precondition>
|
|
20
|
-
When <action>
|
|
21
|
-
Then <expected result>
|
|
22
|
-
|
|
23
|
-
Examples:
|
|
24
|
-
| descriptive scenario title | precondition | action | expected result |
|
|
25
|
-
| <example title 1> | <example precond. 1> | <example action 1> | <example result 1> |
|
|
26
|
-
| <example title 2> | <example precond. 2> | <example action 2> | <example result 2> |
|
ara_cli/templates/template.issue
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
@sample_tag
|
|
2
|
-
Issue: <descriptive issue>
|
|
3
|
-
|
|
4
|
-
Contributes to <filename or title of the artefact> <agile requirement artefact category> <(optional in case the contribution is to an artefact that is detailed with rules) using rule <rule as it is formulated> | blank | filled with text that does not refer to an artefact or rule (then this a free issue)
|
|
5
|
-
|
|
6
|
-
*Optional descriptions of the issue in Gherkin style*
|
|
7
|
-
|
|
8
|
-
Given <descriptive text of the starting conditions where the issue occurs>
|
|
9
|
-
When <action under which the issues occurs>
|
|
10
|
-
Then <resulting behavior in contrast to the expected behavior>
|
|
11
|
-
|
|
12
|
-
*or optional free text description*
|
|
13
|
-
|
|
14
|
-
Description: <further free text description to understand the issue, no format defined>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
@sample_tag
|
|
2
|
-
Keyfeature: <descriptive title>
|
|
3
|
-
|
|
4
|
-
Contributes to <filename or title of the artefact> <agile requirement artefact category> <(optional in case the contribution is to an artefact that is detailed with rules) using rule <rule as it is formulated>
|
|
5
|
-
|
|
6
|
-
In order to <support a capability or business goal>
|
|
7
|
-
As a <main stakeholder who will benefit>
|
|
8
|
-
I want <a product feature that helps me doing something so that I can achieve my named goal>
|
|
9
|
-
|
|
10
|
-
Description: <further optional description to understand the capability, markdown capable text formatting, best practice is using
|
|
11
|
-
GIVEN any precondition
|
|
12
|
-
AND another precondition
|
|
13
|
-
WHEN some action takes place
|
|
14
|
-
THEN some result is to be expected
|
|
15
|
-
AND some other result is to be expected>
|
ara_cli/templates/template.task
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
@to-do
|
|
2
|
-
Task: <descriptive title>
|
|
3
|
-
|
|
4
|
-
Contributes to <filename or title of the artefact> <agile requirement artefact category> <(optional in case the contribution is to an artefact that is detailed with rules) using rule <rule as it is formulated> | blank | filled with text that does not refer to an artefact or rule (then this is a free task)
|
|
5
|
-
|
|
6
|
-
Description: <further optional description to understand the task, no format defined>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
@sample_tag
|
|
2
|
-
Userstory: <descriptive title>
|
|
3
|
-
|
|
4
|
-
Contributes to <filename or title of the artefact> <agile requirement artefact category> <(optional in case the contribution is to an artefact that is detailed with rules) using rule <rule as it is formulated>
|
|
5
|
-
|
|
6
|
-
Estimate: <story points, scale?>
|
|
7
|
-
|
|
8
|
-
In order to <achieve a benefit>
|
|
9
|
-
As a <(user) role>
|
|
10
|
-
I want <a certain product behavior>
|
|
11
|
-
|
|
12
|
-
Rule: <rule needed to fulfill the wanted product behavior>
|
|
13
|
-
Rule: <rule needed to fulfill the wanted product behavior>
|
|
14
|
-
Rule: <rule needed to fulfill the wanted product behavior>
|
|
15
|
-
|
|
16
|
-
Description: <further optional description to understand
|
|
17
|
-
the user story, markdown capable text formatting>
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
@sample_tag
|
|
2
|
-
Vision: <descriptive title>
|
|
3
|
-
|
|
4
|
-
Contributes to <filename or title of the artefact> <agile requirement artefact category> <(optional in case the contribution is to an artefact that is detailed with rules) using rule <rule as it is formulated>
|
|
5
|
-
|
|
6
|
-
For <target customer>
|
|
7
|
-
Who <needs something>
|
|
8
|
-
The <product name> is a <product category>
|
|
9
|
-
That <key benefit, compelling reason to buy>
|
|
10
|
-
Unlike <primary competitive alternative>
|
|
11
|
-
Our product <statement of primary differentiation>
|
|
12
|
-
|
|
13
|
-
Description: <further optional description to understand
|
|
14
|
-
the vision, markdown capable text formatting>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|