Metadata-Version: 2.1
Name: sparkle-hypothesis
Version: 1.0.1
Summary: Use the power of hypothesis property based testing in PySpark tests
Home-page: https://github.com/machielg/sparkle-hypothesis/
Author: Machiel Keizer Groeneveld
Author-email: machielg@gmail.com
License: GPLv3+
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Testing
Requires-Dist: hypothesis
Requires-Dist: sparkle-session
Requires-Dist: sparkle-test


Data heavy tests benefit from Hypothesis to generate your data and desinging your tests. Sparkle-hypothesis makes it 
easy to use Hypothesis strategies to generate dataframes.


