File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Add and retrieve todo
2
2
3
- In this story we call the API to buy bread
3
+ In this story we call the Python API to add
4
+ "buy bread" to the to do list and then
4
5
and then see that bread is on the list.
5
6
6
7
Original file line number Diff line number Diff line change 1
1
# Correct my spelling
2
2
3
- In this story we call the API and send it misspellings.
3
+ In this story we call the Python API and send it misspellings.
4
4
5
5
The API uses TextBlob (https://textblob.readthedocs.io/en/dev/ )
6
- to detect misspellings and replies to the API with a suggestion
7
- instead of adding it to the to do list.
6
+ to detect misspellings and raises an exception with a correction.
8
7
9
8
10
9
Original file line number Diff line number Diff line change 1
1
Add and retrieve todo:
2
2
about: |
3
- In this story we call the API to buy bread
3
+ In this story we call the Python API to add
4
+ "buy bread" to the to do list and then
4
5
and then see that bread is on the list.
5
6
steps:
6
7
- run:
Original file line number Diff line number Diff line change 1
1
Correct my spelling:
2
2
about: |
3
- In this story we call the API and send it misspellings.
3
+ In this story we call the Python API and send it misspellings.
4
4
5
5
The API uses TextBlob (https://textblob.readthedocs.io/en/dev/)
6
6
to detect misspellings and raises an exception with a correction.
You can’t perform that action at this time.
0 commit comments