Update deploy action (#52) [Mike Lane]
- Refactor the code
- Update codecov.yml
- Update deploy.yml module versions
Update codecov settings (#51) [Mike Lane]
- Refactor the code
- Update codecov.yml
Refactor the code (#50) [Mike Lane]
Update CHANGELOG. [Mike Lane]
Update dependencies and drop python3.6 support (#49) [Mike Lane]
Bump titlecase from 2.0.0 to 2.3 (#35) [dependabot[bot]]
Bumps [titlecase](https://github.com/ppannuto/python-titlecase) from 2.0.0 to 2.3. - [Release notes](https://github.com/ppannuto/python-titlecase/releases) - [Commits](https://github.com/ppannuto/python-titlecase/compare/v2.0...v2.3)
--- updated-dependencies: - dependency-name: titlecase
dependency-type: direct:production update-type: version-update:semver-minor
...
Bump pytest-xdist from 2.2.1 to 2.5.0 (#38) [dependabot[bot]]
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.2.1 to 2.5.0. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.2.1...v2.5.0)
--- updated-dependencies: - dependency-name: pytest-xdist
dependency-type: direct:development update-type: version-update:semver-minor
...
Bump pytest-cov from 2.12.0 to 3.0.0 (#37) [dependabot[bot]]
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.0 to 3.0.0. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v3.0.0)
--- updated-dependencies: - dependency-name: pytest-cov
dependency-type: direct:development update-type: version-update:semver-major
...
Bump urllib3 from 1.26.3 to 1.26.5 (#48) [dependabot[bot]]
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.3...1.26.5)
--- updated-dependencies: - dependency-name: urllib3
dependency-type: indirect
...
Bump pydantic from 1.7.3 to 1.7.4 (#26) [dependabot[bot]]
Update Integration Workflow (#47) [Mike Lane]
Bump pytest-cov from 2.11.1 to 2.12.0 (#27) [dependabot[bot]]
Bump pytest-mock from 3.6.0 to 3.6.1 (#25) [dependabot[bot]]
Bump tox from 3.23.0 to 3.23.1 (#24) [dependabot[bot]]
Bump pytest from 6.2.3 to 6.2.4 (#23) [dependabot[bot]]
Bump pytest-isort from 1.3.0 to 2.0.0 (#22) [dependabot[bot]]
Bump pytest-console-scripts from 1.1.0 to 1.2.0 (#21) [dependabot[bot]]
Bump pytest-mock from 3.5.1 to 3.6.0 (#20) [dependabot[bot]]
Bump pytest from 6.2.2 to 6.2.3 (#19) [dependabot[bot]]
Bump isort from 5.7.0 to 5.8.0 (#17) [dependabot[bot]]
Bump pytest-mypy from 0.8.0 to 0.8.1 (#18) [dependabot[bot]]
Bump tox from 3.22.0 to 3.23.0 (#16) [dependabot[bot]]
Bump praw from 7.1.4 to 7.2.0 (#15) [dependabot[bot]]
Bump mypy from 0.800 to 0.812 (#14) [dependabot[bot]]
Bump tox from 3.21.3 to 3.22.0 (#13) [dependabot[bot]]
Bumps [tox](https://github.com/tox-dev/tox) from 3.21.3 to 3.22.0. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.21.3...3.22.0)
Bump pytest-xdist from 2.2.0 to 2.2.1 (#12) [dependabot[bot]]
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.2.0...v2.2.1)
Bump praw from 7.1.2 to 7.1.4 (#11) [dependabot[bot]]
Bump praw from 7.1.0 to 7.1.2 (#10) [dependabot[bot]]
Fix broken deployment.yml. [Michael Lane]
Add a deploy workflow and clean up integration workflow (#7) [Mike Lane]
- Add a deploy workflow and clean up integration workflow
- Fix coverage report location
- Fix coverage report location
- Fix deployment coverage report location
- update version to 1.0.2
- Add CHANGELOG and update deploy script
- Fix name of pypi token secret
Bump fire from 0.3.1 to 0.4.0 (#6) [dependabot[bot]]
Bumps [fire](https://github.com/google/python-fire) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/google/python-fire/releases) - [Commits](https://github.com/google/python-fire/compare/v0.3.1...v0.4.0)
Create dependabot.yml. [Mike Lane]
Add mypy and tidy up typings (#5) [Mike Lane]
- Add mypy and tidy up typing
- Update tox and add mypy settings
- Add a test to maintain coverage and update tox settings
Update CI badge. [Michael Lane]
Add PR Coverage Comment (#4) [Mike Lane]
- trying out pytest coverage report
- capitalization
- trying out codecov.io reporting
- add separate report for os and python version
- fix output filename
- remove broken code
- fix report location
- another fix for report location
- another fix for report location
- another fix for report location
- another fix for report location
- add coverage badge
Update README.md with CI Badge. [Mike Lane]
Update pytest options in integration and add gh-pages (#3) [Mike Lane]
- Add a pr build and test action
- Fix broken workflow (step cannot have both and )
- Update pytest run, add coverage report, and gh-pages files
- yaml doesn't like continuation lines for flags, fix it
- stop removing untracked deps in the virtualenv
Fix Broken Integration Workflow (#2) [Mike Lane]
- Add a pr build and test action
- Fix broken workflow (step cannot have both and )
Add a pr build and test action (#1) [Mike Lane]
Add custom header and post output and tests. [Michael Lane]
Merge feature/testing/add-tox into main. [Michael Lane]
Clean up tests py putting fixtures in the conftest.py. [Michael Lane]
Update pyproject.toml for deploying to pypi. [Michael Lane]
Initial commit. [Michael Lane]