-
- Downloads
basic structure
Showing
- .gitignore 148 additions, 0 deletions.gitignore
- math_operations/__init__.py 0 additions, 0 deletionsmath_operations/__init__.py
- math_operations/basic.py 4 additions, 0 deletionsmath_operations/basic.py
- requirements.txt 3 additions, 0 deletionsrequirements.txt
- tests/__init__.py 0 additions, 0 deletionstests/__init__.py
.gitignore
0 → 100644
math_operations/__init__.py
0 → 100644
math_operations/basic.py
0 → 100644
requirements.txt
0 → 100644
pytest | ||
pytest-cov | ||
hypothesis | ||
\ No newline at end of file |
tests/__init__.py
0 → 100644
Please register or sign in to comment