-
Notifications
You must be signed in to change notification settings - Fork 176
MSI: Integration tests #1133
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
base: briefcase-integration
Are you sure you want to change the base?
MSI: Integration tests #1133
Conversation
5d3c3cd to
7073ba6
Compare
.github/workflows/main.yml
Outdated
|
|
||
| - name: Install Briefcase (editable) | ||
| run: | | ||
| pip install -e briefcase |
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.
Is this still needed? Either way, this should only be installed for Windows.
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're right, I removed that
tests/test_examples.py
Outdated
| input_path = _example_path("register_envs") | ||
| for installer, install_dir in create_installer(input_path, tmp_path): | ||
| if installer.suffix == ".msi": | ||
| raise Exception("Test for 'register_envs' not yet implemented for MSI") |
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.
Should these exceptions be NotImplementedError?
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.
Agree, changed to NotImplementedError
26ee3bb to
a2caeec
Compare
4be5b94 to
6306743
Compare
6306743 to
ad8791d
Compare
Description
Opened this one separately, this branch and PR depends on #1084. No need to review this for now since the diff will look strange and is more for book-keeping since these changes were pulled out of PR 1084.
Checklist - did you ...
newsdirectory (using the template) for the next release's release notes?