fix presentation
This commit is contained in:
parent
f4c09d21fe
commit
1cfd674026
4 changed files with 22 additions and 2 deletions
18
README.md
18
README.md
|
@ -33,4 +33,20 @@ def main():
|
|||
|
||||
Results in this output when run :
|
||||
|
||||

|
||||

|
||||
|
||||
It is also possible to write inline tests :
|
||||
|
||||
```py
|
||||
|
||||
def add(a, b):
|
||||
return a + b
|
||||
|
||||
|
||||
@test()
|
||||
def it_works(ctx):
|
||||
pass
|
||||
|
||||
```
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue