[Checkins] [zopefoundation/RestrictedPython] b4da29: Separate code quality checks (#8)

GitHub noreply at github.com
Sat Dec 3 09:08:42 CET 2016


  Branch: refs/heads/python3_migrate_tests_part0
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: b4da29b58a2b3e8386676a9cf1f5934485baed56
      https://github.com/zopefoundation/RestrictedPython/commit/b4da29b58a2b3e8386676a9cf1f5934485baed56
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-12-03 (Sat, 03 Dec 2016)

  Changed paths:
    M .coveragerc
    M .travis.yml
    M src/RestrictedPython/Eval.py
    M src/RestrictedPython/Guards.py
    M src/RestrictedPython/MutatingWalker.py
    M src/RestrictedPython/RCompile.py
    M src/RestrictedPython/RestrictionMutator.py
    M src/RestrictedPython/SelectCompiler.py
    M src/RestrictedPython/Utilities.py
    M src/RestrictedPython/__init__.py
    M src/RestrictedPython/test_helper.py
    M src/RestrictedPython/tests/testREADME.py
    M tox.ini

  Log Message:
  -----------
  Separate code quality checks (#8)

* Extract isort to a separate tox environment.

There is no need to run its checks on each environment.

* Imports sorted by isort to make the test happy.

* Extract flake8 to a separate tox environment to run its tests only once.

It is not yet activated because there are way to many flake8 failures in this
package.

* Do not omit tests from coverage.


  Commit: cddc72ebd6b75ab811349eb9e3b453ced0c26dde
      https://github.com/zopefoundation/RestrictedPython/commit/cddc72ebd6b75ab811349eb9e3b453ced0c26dde
  Author: Michael Howitz <mh at gocept.com>
  Date:   2016-12-03 (Sat, 03 Dec 2016)

  Changed paths:
    M .coveragerc
    M .travis.yml
    M src/RestrictedPython/Eval.py
    M src/RestrictedPython/Guards.py
    M src/RestrictedPython/MutatingWalker.py
    M src/RestrictedPython/RCompile.py
    M src/RestrictedPython/RestrictionMutator.py
    M src/RestrictedPython/SelectCompiler.py
    M src/RestrictedPython/Utilities.py
    M src/RestrictedPython/__init__.py
    M src/RestrictedPython/test_helper.py
    M src/RestrictedPython/tests/testREADME.py
    M tox.ini

  Log Message:
  -----------
  Merge branch 'Python3_update' into python3_migrate_tests_part0


Compare: https://github.com/zopefoundation/RestrictedPython/compare/1a37c462db8b...cddc72ebd6b7


More information about the checkins mailing list