03-fault-tolerance #5

Open
uda wants to merge 2 commits from 03-fault-tolerance into 02-todo-cli
2 changed files with 7 additions and 4 deletions
Showing only changes of commit 9bb2e2f8f1 - Show all commits

View file

@ -5,4 +5,7 @@ python3 todo.py add Test
python3 todo.py list Test
python3 todo.py list Test Test
python3 todo.py add test1 Test Test
python3 todo.py add Test test1 test2
python3 todo.py add Test test1 test3
python3 todo.py complete Test test1 test3
python3 todo.py remove Test test1 test3

View file

@ -12,17 +12,17 @@ python3 todo.py list
python3 todo.py add Test
python3 todo.py list
python3 todo.py list Test
python3 todo.py add test Test
python3 todo.py add Test test
python3 todo.py list Test
python3 todo.py list
python3 todo.py complete test Test
python3 todo.py complete Test test
python3 todo.py list Test
python3 todo.py list
python3 todo.py complete Test
python3 todo.py list
python3 todo.py remove test Test
python3 todo.py remove Test test
python3 todo.py list Test
python3 todo.py list
python3 todo.py remove Test