Skip to content

v1.2.1

Latest
Compare
Choose a tag to compare
@Cubix1729 Cubix1729 released this 11 May 08:05
· 7 commits to master since this release

Changes:

  • Added a __init__.py file in the tests folder to simplify running the tests
  • Added a CONTRIBUTING.md file with contribution guidelines
  • Started using coverage to measure the code's test coverage:
    • Added a .coveragerc configuration file for coverage
    • Added a test coverage badge (docs/coverage-badge.svg), made using coverage-badge
  • Added dev optional dependencies for development in pyproject.toml
  • Reformatted function definitions of less than 88 characters to take only one line