Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c1006d

Browse files
cdce8phamdanal
andcommitted
Replace abs paths in tracebacks for win tests
Co-authored-by: Ali Hamdan <ali.hamdan.dev@gmail.com>
1 parentc74ed4d commit1c1006d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎mypyc/test/test_run.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ def run_case_step(self, testcase: DataDrivenTestCase, incremental_step: int) ->
320320
# TODO: testDecorators1 hangs on 3.12, remove this once fixed
321321
proc.wait(timeout=30)
322322
output=proc.communicate()[0].decode("utf8")
323+
output=output.replace(f' File "{os.getcwd()}{os.sep}',' File "')
323324
outlines=output.splitlines()
324325

325326
iftestcase.config.getoption("--mypyc-showc"):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp