Andrew Hawker
Andrew Hawker
Travis CI is _dead_ for open source projects (free). Swap to Circle CI, Github Actions, or all to Appveyor
I did some very basic work with [pytest-benchmark](https://pypi.python.org/pypi/pytest-benchmark) during development. However, a more complete and robust set of performance tests for common API calls/flows should be written. Completeness Criteria: *...
Add a "subprocess" context as a simple shortcut for `subprocess.Popen` instead of requiring users to write it themselves. The initial thought it to just feed the result of the function...
Add an `examples.py` file that contains working examples that go beyond those in the README.
Currently, the tests in the `multi-module-refactor` branch mostly just test against the `second` field partial. This means that most fixtures are setup to create values based on the min/max/specials allowed...
Matches are always? false when performing a CSV style check but the individual items are strings, not int.
**Status**: Ready for review **Issue**: Fixes #57 If merged, this PR adds initial support for `mypy`. * Type stubs, `.pyi` files have been added for the package interface `__init__.py` and...
I've got a WIP implementation of [mypy](http://mypy-lang.org/) type stubs for this package in https://github.com/adbpy/transports/commit/43a26a801bfd7582a9da964e9806191ff6b8a3aa. I haven't finished them yet but I'm opening this issue to get the conversation going. Is...
The ULID field will use a UUID type if the database connection its using has one, e.g. postgres. If it does not, it will store it as text/varchar. This should...