[Checkins] [zopefoundation/RestrictedPython] 8e16a6: Use more sane	mark names.
    GitHub 
    noreply at github.com
       
    Sat Feb  4 15:23:48 CET 2017
    
    
  
  Branch: refs/heads/clean-up-marks2
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 8e16a631f7913e42d2b7c8136a58b1e66dd0b58d
      https://github.com/zopefoundation/RestrictedPython/commit/8e16a631f7913e42d2b7c8136a58b1e66dd0b58d
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-02-04 (Sat, 04 Feb 2017)
  Changed paths:
    M tests/__init__.py
    M tests/test_compile.py
    M tests/test_print_stmt.py
    M tests/test_transformer.py
  Log Message:
  -----------
  Use more sane mark names.
`compile` was a stupid one as there is a builtin with this name and it did not show that exec mode was used.
  Commit: ffc4edcf36cbbe077e3c85386b027c9838741197
      https://github.com/zopefoundation/RestrictedPython/commit/ffc4edcf36cbbe077e3c85386b027c9838741197
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-02-04 (Sat, 04 Feb 2017)
  Changed paths:
    M tests/test_transformer.py
  Log Message:
  -----------
  Use the new pytest marks to save some lines of code.
Compare: https://github.com/zopefoundation/RestrictedPython/compare/8e16a631f791^...ffc4edcf36cb
    
    
More information about the checkins
mailing list