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

Init integration tests #50

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

Init integration tests #50

wants to merge 12 commits into from

Conversation

Splines
Copy link
Collaborator

@Splines Splines commented Apr 13, 2024

❗ This is based on #41, so #41 has to be merged into main beforehand.

How to add new test cases

  • In whole_workflow_test, create a new method, e.g. eiffeltower(). Add it to the parameterized list of test_whole_workflow.
  • In that method, call wiz.res(...) however you like.
  • Create a file in tests/integration/fixtures/ that is named like the method (here: eiffeltower.tex).
  • In that file, paste in the \newcommand*{...} you'd expect from the wiz.res(...) call.
  • That's it, now run the tests. In VSCode, you will see the outputs from the test execution including the temporary results.tex file.

@Splines Splines self-assigned this Apr 13, 2024
@paul019 paul019 self-requested a review April 21, 2024 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants