datatyping icon indicating copy to clipboard operation
datatyping copied to clipboard

Pythonic type checking

Results 8 datatyping issues
Sort by recently updated
recently updated
newest added

I don't think it's necessary to set attributes for type-checking functions or decorate them in any way. I've kept the `@customtype` decorator for backwards compatibility, but the `__datatyping_validate` attribute is...

Before #5 can be merged, we need travis to install `hypothesis`. https://travis-ci.org/carlbordum/datatyping/builds/435807225

hacktoberfest

It would be cool if we included test data from some open apis. Any ideas? I dont want the tests to fetch the data everytime. It should be hardcoded or...

help wanted
hacktoberfest

I was super stupid, when I implemented `datatyping.printer.py`. It should be implemented with subclassing instead of monkey patching (with context managers). This would also make it thread-safe. Relevant: #2.

hacktoberfest

Add CSV data for weather and water levels. Tests based on real world apis #4

When running with Python 3.4 ``` web_1 | Traceback (most recent call last): web_1 | File "/code/project_name/apps/students/util.py", line 227, in EDEXML_reader web_1 | pprint(groups_output) web_1 | File "/usr/local/lib/python3.4/site-packages/datatyping/printer.py", line 111,...

enhancement

As a follow-up on #4. Can we use the `hypothesis` framework in testing? What I'm going for is much more diverse data. All help appreciated! https://hypothesis.readthedocs.io/en/latest/

help wanted
hacktoberfest

help wanted
hacktoberfest