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 test-output.xml to the .gitignore #22

Open
kvnkho opened this issue Dec 6, 2020 · 2 comments
Open

Add test-output.xml to the .gitignore #22

kvnkho opened this issue Dec 6, 2020 · 2 comments
Labels

Comments

@kvnkho
Copy link
Contributor

kvnkho commented Dec 6, 2020

Running the tests generates a test-output.xml file that gets added in it. We don't want this so we may want to add this specific filename to the .gitignore.

Alternatively, we can consider adding .xml to the gitignore?

@MthwRobinson
Copy link
Contributor

It test-output.xml a pytest thing? Don't think I've seen that when I've run the tests locally. In any case, no issues adding that to .gitignore. We can't add *.xml because the Jinja templates have .xml file extensions.

@kvnkho
Copy link
Contributor Author

kvnkho commented Dec 7, 2020

This only showed up for me during a failed test. Have you had failed tests? I didn't have a library so it failed.

Adding details to replicate.

  1. Only install base.txt requirements. This will make sure you lack the dev requirements.
  2. Run make test. This should give an output test-output.xml file which shows an error log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants