[Checkins] [zopefoundation/RestrictedPython] fa0856: Use more sane	mark names.
    GitHub 
    noreply at github.com
       
    Sat Feb  4 15:12:17 CET 2017
    
    
  
  Branch: refs/heads/clean-up-marks
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: fa08568e3a38784974a576ee224e238e0149ccfb
      https://github.com/zopefoundation/RestrictedPython/commit/fa08568e3a38784974a576ee224e238e0149ccfb
  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: ca7f47def24897a7bced3033077aebee04a3efdd
      https://github.com/zopefoundation/RestrictedPython/commit/ca7f47def24897a7bced3033077aebee04a3efdd
  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/fa08568e3a38^...ca7f47def248
    
    
More information about the checkins
mailing list