Implemented property based testing via PyCall.jl and hypothesis.py

This commit is contained in:
2024-02-15 11:41:35 +00:00
parent 88048baf31
commit 43a3d7a098
11 changed files with 359 additions and 84 deletions

5
setup_venv.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt