Skip to content

Commit a65f0f7

Browse files
authored
Improve list rendering. (#554)
1 parent 416437d commit a65f0f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/practices/ci_testing.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,23 @@ updates is a good place to start. The smoke test has a "List dependencies" stage
3838
that will print out all packages installed through pip and their installed versions.
3939

4040
1. Find the last successful run of the smoke test
41+
4142
1. github repo -> Actions
4243
2. "Unit test smoke test"
4344
3. Scroll until you find a green check
4445
4. Pick a python versioned build
4546
5. Expand "List dependencies"
4647
6. Cut'n'paste the list to a file, e.g. "pass.txt"
48+
4749
2. Find a failed run.
50+
4851
1. From the "Unit test smoke test" page, find the first red check
4952
2. Pick a python versioned build
5053
3. Expand "List dependencies"
5154
4. Cut'n'paste the list to a file, e.g. "fail.txt"
55+
5256
3. Diff those lists
57+
5358
1. e.g. ``diff pass.txt fail.txt``
5459
2. Or use an online diff tool like https://www.diffchecker.com/
5560

0 commit comments

Comments
 (0)