ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

Testing is messy #855

Closed martin-bts closed 3 years ago

martin-bts commented 4 years ago

At the moment there is a tox.ini which is maintained a little and a configuration file for coverage which we have been neglecting thoroughly.

I want to make tox more usable and use coverage with its rc file. Tox.ini also has a section on linting with prospector, but no config file with it and we actually want to use pylint.

Some of the tests we have in askbot/tests generate output with no merit to it and some even virtually flood the terminal with about meaningless output. This also needs to be fixed.

martin-bts commented 3 years ago

Testing with tox yields the same results before and after the merge. I think this is a valid first step to merge our testing methodology. We can refine the config files distributed with Askbot in the future. The issues at hand are addressed. Closing.