stoplight
stoplight copied to clipboard
Stoplight -- An Input Validation Framework for Python
- update for newer versions of Python - [ ] tox tests need newer versions - [ ] can no longer import `Sequence from collections`, need to migrate to a...
Python 3.3 was dropped from official support by Python end of September 2017. We should be able to safely drop our testing against it now too.
Adding `stoplight` to another project, and it seems it would be good to do one of the following: 1. Have stoplight provide some built-in validators 2. Provide an add-on library...
Some of the dependencies have changed and it's good practice to pin them; requires.io provides a nice travis-ci like solution for detecting when dependencies change and then submitting PRs to...
Currently, the tests are in one file and are a bit of a mess. The tests should be broken into different files.
You mention in the README providing tests for the validation functions. It would be helpful to have some examples of the tests documented so that people know the proper way...