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

Dylan/patches #34

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Dylan/patches #34

wants to merge 4 commits into from

Commits on Aug 18, 2022

  1. This commit adds various patches::

    Fixes:
    - Don't display the name of the program at the start of the reproduce command
    - Create expected_stderr when --generate_expected_output produces output stderr
    - Don't repr() the description as it is not needed
    - Fix stdin only showing a max of 32 lines
    
    Additions:
    - Adds additinal PARAMETER_ALIASES for QOL
    - Adds parameter to control "test squashing"
        - If `squash_repeated` is True (the default), then tets that produce the same output are "squashed"
        - If `show_squashed_input` is set to True, then stdin is still shown for squashed tests
        - If `show_squashed_reproduce_command` is set to True, then the reproduce command is still shown for squashed tests
    - Add the ability for --generate_expected_output to generate multiline strings
    
    Updates:
    - Update .gitignore to better ignore files created by IEDs or OSs
    Dylan-Brotherston committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    db40ef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad6d46e View commit details
    Browse the repository at this point in the history
  3. 🎨 Format Python code with psf/black

    There appear to be some python formatting errors in ad6d46e.
    Dylan-Brotherston committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    fea2742 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d3d319f View commit details
    Browse the repository at this point in the history