Skip to content

Add pylint CI and unit tests #30

@aidnem

Description

@aidnem

We have no way of validating that the project works at all currently. Someone could completely obliterate functionality and we'd have no idea until we tried to use it next.

To solve this:

  • Make the project pass pylint (there are like 20 trivial errors right now)
  • Add CI that uses pylint and mypy to check code on PR to main
  • Add a basic unit test (To start, just add unit test for filters and paths, we can figure out how to do automated testing for full templates later)
  • Make the CI require tests to pass

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions