Add a model based using 'attrs' and Hypothesis strategies to generate it.
Showing
- requirements.txt 2 additions, 0 deletionsrequirements.txt
- swh/model/hypothesis_strategies.py 191 additions, 0 deletionsswh/model/hypothesis_strategies.py
- swh/model/identifiers.py 2 additions, 0 deletionsswh/model/identifiers.py
- swh/model/model.py 205 additions, 0 deletionsswh/model/model.py
- swh/model/tests/test_hypothesis_strategies.py 38 additions, 0 deletionsswh/model/tests/test_hypothesis_strategies.py
... | @@ -3,3 +3,5 @@ | ... | @@ -3,3 +3,5 @@ |
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html | # dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html | ||
vcversioner | vcversioner | ||
Click | Click | ||
attrs | |||
hypothesis |
swh/model/hypothesis_strategies.py
0 → 100644
swh/model/model.py
0 → 100644
Please register or sign in to comment