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

add more tests for goals and response buffer #758

Merged
merged 3 commits into from
Apr 18, 2024

Commits on Apr 13, 2024

  1. CI test-goals-present: two more tests for resetting the goals buffer

    - goals should be reset when there are no more goals (does work)
    - goals should be reset after Qed (does not work)
    hendriktews committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    3ca9585 View commit details
    Browse the repository at this point in the history
  2. CI: extend goals present tests to check for errors if applicable

    Extend the goals present tests to additionally check that the response
    buffer contains some text (i.e., an error message) in those cases
    where an error is expected.
    hendriktews committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    9861316 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. CI: extend goals present tests with Search and Check commdands

    - After Search and Check the goals should be up-to-date and the
      response should be visible, also in two-pane mode.
    - Extend existing tests to check that the response is also visible in
      two-pane mode, if applicable.
    - Use Proof General variables containing the buffer instead of buffer
      names.
    hendriktews committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    4e75d37 View commit details
    Browse the repository at this point in the history