-
Notifications
You must be signed in to change notification settings - Fork 446
initial infrastructure for smoke tests #176
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,3 +20,9 @@ versionfile_build = tableauserverclient/_version.py | |
| tag_prefix = v | ||
| #parentdir_prefix = | ||
|
|
||
| [aliases] | ||
| smoke=pytest | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This means smoke will run unittests AND smoke, right?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yup. I have smoke running both the test directory and the smoke directory. Test will only run the test directory |
||
|
|
||
| [tool:pytest] | ||
| testpaths = test smoke | ||
| addopts = --junitxml=./test.junit.xml | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's gonna end up in here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's the junior version of the results that our internal build system needs for test runs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Junit not junior
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll get to be a grown-up results file someday, little test.junit.xml