Branch: refs/heads/master
  Home:   https://github.com/pytest-dev/pytest
  Commit: 54fbc6f6e1404dcd133f8e01d0fd09518664c3ad
      
https://github.com/pytest-dev/pytest/commit/54fbc6f6e1404dcd133f8e01d0fd09518664c3ad
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-07-11 (Wed, 11 Jul 2018)

  Changed paths:
    M src/_pytest/python.py

  Log Message:
  -----------
  Refactor parametrize() code for readability

Extract the parametrize() block of code into methods for better
readability


  Commit: 3e599dc1493fdc38819e96f0176ddde5e46b9622
      
https://github.com/pytest-dev/pytest/commit/3e599dc1493fdc38819e96f0176ddde5e46b9622
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-07-11 (Wed, 11 Jul 2018)

  Changed paths:
    M src/_pytest/mark/structures.py
    M src/_pytest/python.py

  Log Message:
  -----------
  Check that param sets match number of args during _for_parametrize

It makes sense to validate them during creation of the parameter set


  Commit: 0565a7a4e13bb6d2bdded30c09d023322948c45c
      
https://github.com/pytest-dev/pytest/commit/0565a7a4e13bb6d2bdded30c09d023322948c45c
  Author: Bruno Oliveira <nicodde...@gmail.com>
  Date:   2018-07-12 (Thu, 12 Jul 2018)

  Changed paths:
    M src/_pytest/mark/structures.py
    M src/_pytest/python.py

  Log Message:
  -----------
  Merge pull request #3679 from nicoddemus/parametrized-internal-refactor

Refactor parametrize() code for readability


Compare: 
https://github.com/pytest-dev/pytest/compare/6c3713226c1c...0565a7a4e13b
      **NOTE:** This service been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.
_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to