Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhance test for post_pr_test_report to cover combination of --from-pr and --include-easyblocks-from-pr #3726

Merged
merged 4 commits into from
Jun 8, 2021

Commits on Jun 6, 2021

  1. enhance test for post_pr_test_report to cover combination of --from-p…

    …r and --include-easyblocks-from-pr
    boegel committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    ee878ca View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. use more single-letter variables in list comprehensions to avoid over…

    …writing variables outside of list comprehension when using Python 2
    boegel committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    14715cb View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. use even more single-letter variables in list comprehensions to avoid…

    … overwriting variables outside of list comprehensions when using Python 2
    migueldiascosta committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    26657cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #53 from migueldiascosta/list_comprehensions_singl…

    …e_letter_variables
    
    use even more single-letter variables in list comprehensions to avoid overwriting variables outside of list comprehensions when using Python 2
    boegel authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    4e1e23d View commit details
    Browse the repository at this point in the history