-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unhide pytest output by removing dotfile directory (#3631)
Prior to this PR, output from pytest was generally hidden by placing it in the .pytest directory. After this PR, that .pytest directory is now pytest-parsl. Most immediately, a breaking change in the GitHub actions artifact upload has started respecting that dotfile hiddenness, and so with that version of the artifact uploader, test runs prior to this PR are missing a bunch of output. actions/upload-artifact#602 The uploader now has an option to enable hidden files... but ... .. before this most immediate motivation, I've run into a couple of developer experience cases that look like: Q: I cannot find the output of pytest A: We have deliberately made it hard for you to find which is enough to make me rename the directory rather than turn on the artifact uploader hidden files option.
- Loading branch information
1 parent
fd73930
commit 8356233
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,6 +63,7 @@ coverage.xml | |
*.cover | ||
.hypothesis/ | ||
/.pytest/ | ||
/pytest-parsl/ | ||
|
||
# Translations | ||
*.mo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters