Added
- `pytest.ini` for `pytest` configuration
- Syntax sugar for calling endpoints
Changed
- Update tests to use `pytest`-style `assert`s and fixtures (`unittest.mock` usage is still in place, for now)
- Make `--cov=apiron` the default when running `pytest`
- Make test output terse by default (`-v` when running restores previous behavior; `-vv` gives explicit test list)
- An endpoint's `stub_response` can optionally be a callable, for returning dynamic values in response to parameters
Fixed
- End PyPI server URL with a slash to avoid a redirect, allowing deployment of build artifacts during release