openedx / openedx-learning

GNU Affero General Public License v3.0
5 stars 8 forks source link

Run unit tests and import linting in CI #49

Closed ormsbee closed 1 year ago

ormsbee commented 1 year ago

This runs unit tests in Python 3.8 against Django 3.2 and Django 4.2. Also runs the import linter against our fairly modest ruleset.

I'm not running pylint in this because there are a whole bunch of violations, so I'll make fixing those its own PR.