chore: add readme
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
02a7d5da0e
commit
33f820f8de
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# WAVL Tree Implementation
|
||||||
|
|
||||||
|
## Used dependencies
|
||||||
|
|
||||||
|
Dependencies are used mainly in tests, namely:
|
||||||
|
|
||||||
|
- `hypothesis`
|
||||||
|
- `pytest`
|
||||||
|
|
||||||
|
## Running tests
|
||||||
|
|
||||||
|
When finding a counter-example, hypothesis may generate **a lot** of DOT files
|
||||||
|
with generated trees.
|
Loading…
Reference in a new issue