[Checkins] [zopefoundation/RestrictedPython] 53ecb6: renamed transformer tests for shorter function nam...

GitHub noreply at github.com
Mon May 15 18:13:11 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 53ecb68d574dcccb37e438ebaa88989d4919bf5e
      https://github.com/zopefoundation/RestrictedPython/commit/53ecb68d574dcccb37e438ebaa88989d4919bf5e
  Author: Thomas Lotze <thomas at thomas-lotze.net>
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
    M tests/transformer/test_transformer.py

  Log Message:
  -----------
  renamed transformer tests for shorter function names


  Commit: 054e437e105a6ead3e3da9ec4d8c0818f46ea4d6
      https://github.com/zopefoundation/RestrictedPython/commit/054e437e105a6ead3e3da9ec4d8c0818f46ea4d6
  Author: Thomas Lotze <thomas at thomas-lotze.net>
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
    A tests/transformer/test_dict_comprehension.py
    M tests/transformer/test_transformer.py
    A tests/transformer/test_with_stmt.py

  Log Message:
  -----------
  moved transformer with-stmt and dict comprehension tests to separate files


  Commit: ef7145ca79e0ad38a00a4525295eef165ea1b704
      https://github.com/zopefoundation/RestrictedPython/commit/ef7145ca79e0ad38a00a4525295eef165ea1b704
  Author: Thomas Lotze <thomas at thomas-lotze.net>
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
    A tests/transformer/test_assert.py
    A tests/transformer/test_assign.py
    A tests/transformer/test_attribute.py
    A tests/transformer/test_augassign.py
    A tests/transformer/test_call.py
    A tests/transformer/test_classdef.py
    A tests/transformer/test_comparators.py
    A tests/transformer/test_conditional.py
    A tests/transformer/test_eval_exec.py
    A tests/transformer/test_functiondef.py
    A tests/transformer/test_generic.py
    A tests/transformer/test_import.py
    A tests/transformer/test_iterator.py
    A tests/transformer/test_lambda.py
    A tests/transformer/test_loop.py
    A tests/transformer/test_name.py
    R tests/transformer/test_transformer.py
    A tests/transformer/test_try.py

  Log Message:
  -----------
  split up transformer tests into separate files by topic


  Commit: 6278d12c935e36dff43c7fa3c2c2515819e12658
      https://github.com/zopefoundation/RestrictedPython/commit/6278d12c935e36dff43c7fa3c2c2515819e12658
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-05-10 (Wed, 10 May 2017)

  Changed paths:
    A MANIFEST.in
    M README.rst
    M docs/CHANGES.rst
    M setup.py

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


  Commit: 2d7da22ebf956ba0579f7bf0052dddaf6ca55890
      https://github.com/zopefoundation/RestrictedPython/commit/2d7da22ebf956ba0579f7bf0052dddaf6ca55890
  Author: Thomas Lotze <thomas at thomas-lotze.net>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M tests/transformer/test_assign.py
    M tests/transformer/test_call.py
    M tests/transformer/test_iterator.py
    M tests/transformer/test_try.py

  Log Message:
  -----------
  changed names of some tests for consistency at @icemac's request


  Commit: adfd30c02d1c135982ec595dea2285ae7b52f7de
      https://github.com/zopefoundation/RestrictedPython/commit/adfd30c02d1c135982ec595dea2285ae7b52f7de
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    A tests/transformer/test_assert.py
    A tests/transformer/test_assign.py
    A tests/transformer/test_attribute.py
    A tests/transformer/test_augassign.py
    A tests/transformer/test_call.py
    A tests/transformer/test_classdef.py
    A tests/transformer/test_comparators.py
    A tests/transformer/test_conditional.py
    A tests/transformer/test_dict_comprehension.py
    A tests/transformer/test_eval_exec.py
    A tests/transformer/test_functiondef.py
    A tests/transformer/test_generic.py
    A tests/transformer/test_import.py
    A tests/transformer/test_iterator.py
    A tests/transformer/test_lambda.py
    A tests/transformer/test_loop.py
    A tests/transformer/test_name.py
    R tests/transformer/test_transformer.py
    A tests/transformer/test_try.py
    A tests/transformer/test_with_stmt.py

  Log Message:
  -----------
  Merge pull request #64 from tlotze/Python3_update

Python3 update – split up test_transformer.py


Compare: https://github.com/zopefoundation/RestrictedPython/compare/6fc9b30f2994...adfd30c02d1c


More information about the checkins mailing list