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

Conversation

Dylan-Brotherston
Copy link
Collaborator

@Dylan-Brotherston Dylan-Brotherston commented Aug 18, 2022

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 and others added 3 commits August 19, 2022 02:05
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
There appear to be some python formatting errors in ad6d46e.
@Dylan-Brotherston Dylan-Brotherston added bug Something isn't working enhancement New feature or request labels Aug 18, 2022
@Dylan-Brotherston Dylan-Brotherston self-assigned this Aug 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant