Skip to content

Commit 7ef334e

Browse files
added collecting line in output reference files for pytest 8
1 parent 443c25c commit 7ef334e

12 files changed

+12
-0
lines changed

test/pytest_parallel_refs/terminal_fixture_error

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform [^\n]*
33
cachedir: [^\n]*
44
?(?:metadata: [^\n]*)?
55
rootdir: [^\n]*
6+
?(?:configfile: [^\n]*)?
67
?(?:plugins: [^\n]*)?
78
collecting ... [\s]*collected 1 item[\s]*
89
?(?:Submitting tests to SLURM...)?

test/pytest_parallel_refs/terminal_parametrize

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform [^\n]*
33
cachedir: [^\n]*
44
?(?:metadata: [^\n]*)?
55
rootdir: [^\n]*
6+
?(?:configfile: [^\n]*)?
67
?(?:plugins: [^\n]*)?
78
collecting ... [\s]*collected 8 items[\s]*
89
?(?:Submitting tests to SLURM...)?

test/pytest_parallel_refs/terminal_scheduling

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform [^\n]*
33
cachedir: [^\n]*
44
?(?:metadata: [^\n]*)?
55
rootdir: [^\n]*
6+
?(?:configfile: [^\n]*)?
67
?(?:plugins: [^\n]*)?
78
collecting ... [\s]*collected 8 items[\s]*
89
?(?:Submitting tests to SLURM...)?

test/pytest_parallel_refs/terminal_seq

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform [^\n]*
33
cachedir: [^\n]*
44
?(?:metadata: [^\n]*)?
55
rootdir: [^\n]*
6+
?(?:configfile: [^\n]*)?
67
?(?:plugins: [^\n]*)?
78
collecting ... [\s]*collected 2 items[\s]*
89
?(?:Submitting tests to SLURM...)?

test/pytest_parallel_refs/terminal_success_0_fail_1

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform [^\n]*
33
cachedir: [^\n]*
44
?(?:metadata: [^\n]*)?
55
rootdir: [^\n]*
6+
?(?:configfile: [^\n]*)?
67
?(?:plugins: [^\n]*)?
78
collecting ... [\s]*collected 1 item[\s]*
89
?(?:Submitting tests to SLURM...)?

test/pytest_parallel_refs/terminal_two_fail_tests_one_proc

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform [^\n]*
33
cachedir: [^\n]*
44
?(?:metadata: [^\n]*)?
55
rootdir: [^\n]*
6+
?(?:configfile: [^\n]*)?
67
?(?:plugins: [^\n]*)?
78
collecting ... [\s]*collected 2 items[\s]*
89
?(?:Submitting tests to SLURM...)?

test/pytest_parallel_refs/terminal_two_fail_tests_two_procs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform [^\n]*
33
cachedir: [^\n]*
44
?(?:metadata: [^\n]*)?
55
rootdir: [^\n]*
6+
?(?:configfile: [^\n]*)?
67
?(?:plugins: [^\n]*)?
78
collecting ... [\s]*collected 2 items[\s]*
89
?(?:Submitting tests to SLURM...)?

test/pytest_parallel_refs/terminal_two_fail_tests_two_procs_skip

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform [^\n]*
33
cachedir: [^\n]*
44
?(?:metadata: [^\n]*)?
55
rootdir: [^\n]*
6+
?(?:configfile: [^\n]*)?
67
?(?:plugins: [^\n]*)?
78
collecting ... [\s]*collected 2 items[\s]*
89
?(?:Submitting tests to SLURM...)?

test/pytest_parallel_refs/terminal_two_success_fail_tests_two_procs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform [^\n]*
33
cachedir: [^\n]*
44
?(?:metadata: [^\n]*)?
55
rootdir: [^\n]*
6+
?(?:configfile: [^\n]*)?
67
?(?:plugins: [^\n]*)?
78
collecting ... [\s]*collected 2 items[\s]*
89
?(?:Submitting tests to SLURM...)?

test/pytest_parallel_refs/terminal_two_success_tests_one_proc

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform [^\n]*
33
cachedir: [^\n]*
44
?(?:metadata: [^\n]*)?
55
rootdir: [^\n]*
6+
?(?:configfile: [^\n]*)?
67
?(?:plugins: [^\n]*)?
78
collecting ... [\s]*collected 2 items[\s]*
89
?(?:Submitting tests to SLURM...)?

test/pytest_parallel_refs/terminal_two_success_tests_two_procs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform [^\n]*
33
cachedir: [^\n]*
44
?(?:metadata: [^\n]*)?
55
rootdir: [^\n]*
6+
?(?:configfile: [^\n]*)?
67
?(?:plugins: [^\n]*)?
78
collecting ... [\s]*collected 2 items[\s]*
89
?(?:Submitting tests to SLURM...)?

test/pytest_parallel_refs/terminal_two_success_tests_two_procs_skip

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ platform [^\n]*
33
cachedir: [^\n]*
44
?(?:metadata: [^\n]*)?
55
rootdir: [^\n]*
6+
?(?:configfile: [^\n]*)?
67
?(?:plugins: [^\n]*)?
78
collecting ... [\s]*collected 2 items[\s]*
89
?(?:Submitting tests to SLURM...)?

0 commit comments

Comments
 (0)