An open API service indexing awesome lists of open source software.

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

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