+summary : Advanced property-based (QuickCheck-like) testing for Python
+description: |
+ Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less work.
+builddeps :
+ - python-setuptools
+rundeps :
+ - python-attrs
+ - python-coverage
+ - python-enum34
+build : |
+ %python_setup
+ %python3_setup
+install : |
+ %python_install
+ %python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,307 @@
+<PISI>
+ <Source>
+ <Name>python-hypothesis</Name>
+ <Packager>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
+ </Packager>
+ <License>MPL-2.0</License>
+ <PartOf>programming.python</PartOf>
+ <Summary xml:lang="en">Advanced property-based (QuickCheck-like) testing for Python</Summary>
+ <Description xml:lang="en">Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less work.
+ <Summary xml:lang="en">Advanced property-based (QuickCheck-like) testing for Python</Summary>
+ <Description xml:lang="en">Hypothesis is an advanced testing library for Python. It lets you write tests which are parametrized by a source of examples, and then generates simple and comprehensible examples that make your tests fail. This lets you find more bugs in your code with less work.