eduNEXT / tutor-contrib-edunext-distro

A tool to facilitate the customization of an Openedx instance, adding commands and settings to have an easy-to-use and a ready-to-deploy in local or in development openedx distribution.
2 stars 1 forks source link

test: fix tests and quality #39

Closed Henrrypg closed 1 year ago

Henrrypg commented 1 year ago

This PR is to fix tests and quality checks for distro in favor of create CI worrkflows.

Testing

You can create a new virtualenv, then:

  1. run make python-test-requirements
  2. run make run-tests

All tests should be passed properly.

Henrrypg commented 1 year ago

Thank you @MaferMazu it seems that disabling pylint errors in setup.cfg is not working, i created pylintrc with this avoids and delete pylint comments from files.