https://github.com/cristhianmotoche/hypothesis-py-example
Presentation and Code snippets for Python Meetup
https://github.com/cristhianmotoche/hypothesis-py-example
python testing
Last synced: about 1 month ago
JSON representation
Presentation and Code snippets for Python Meetup
- Host: GitHub
- URL: https://github.com/cristhianmotoche/hypothesis-py-example
- Owner: CristhianMotoche
- Created: 2019-07-11T20:20:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T03:20:14.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T05:13:02.367Z (over 1 year ago)
- Topics: python, testing
- Language: CSS
- Homepage:
- Size: 261 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hypothesis
## Requisitos
### Code snippets
Install:
- Python, versión 3.7
- pipenv, versión 2018.11.26
### Presentation
Install:
- node, versión 8.15.1
## Nix
Si usas [Nix](https://nixos.org/nix/) solamente tienes que ejecutar en la raíz del
proyecto y tendrás `pipenv` y `node` listos:
```
nix-shell
```