Skip to content

Commit

Permalink
TEMPORARY Increase pytest verbosity in test_issue_1498b
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Apr 11, 2022
1 parent ee9c1c0 commit 3ceaae5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
runs-on: windows-latest

env:
TEST_OPTS: "-rfsxEX -s -k issue1498b"
TEST_OPTS: "-rA --verbose -k 'issue1498b'"

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions pint/testsuite/test_issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -953,6 +953,9 @@ def test_issue1498b(tmp_path):
def1_2 = tmp_path / "dir_a" / "def1_2.txt"
def2 = tmp_path / "def2.txt"

print(str(def1_1))
print(def1_1.as_posix())

# A file that defines a new base unit and uses it in a context
def0.write_text(
"""
Expand Down

0 comments on commit 3ceaae5

Please sign in to comment.