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
|
||||
|
||||
```
|
||||
|
||||

|
||||
|
|
BIN
assets/inline.png
Normal file
BIN
assets/inline.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
|
@ -4,3 +4,7 @@ cd "$(dirname "$(realpath "$0")")"
|
|||
|
||||
./clean.sh
|
||||
./build.sh
|
||||
|
||||
source venv/bin/activate
|
||||
|
||||
python -m twine upload dist/*
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
[project]
|
||||
name = "okipy"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
description = "Minimal, typed, functional and dynamic test library."
|
||||
keywords = ["test", "functional", "library", "testing", "dynamic", "minimal"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue