david-cattermole/mayaMatchMoveSolver

Enable Detection Of Python 3 Compatiblity Problems in Test Suite

Closed this issue · 1 comments

Feature

To improve Python 3 compatibility (#217) we should enable Python 3k warnings when running the test suite.

Additionally, it would be good to make it easy for developers to detect problems in tools (that do not contain unit/integration tests) in Maya GUI. Perhaps some shell/batch scripts could be used to run Maya in "debug mode" (which would enable "Python 3000" warnings)

See this page.

Software Versions

  • mmSolver version: Latest
  • Maya version: All supported.
  • Operating System (OS): All supported.

As part of #217 we can now run Black, PyLint and 2to3 to display warnings/errors for the project.

I will continue this task as part of #217, so I'm closing this issue.