Commit 4ad56d6
* Rename "helper_tests.py" to "test_helpers.py".
This causes it to get picked up by pytest, which makes clear the failure
that I will fix in a followup commit.
* Sort paths longest to shortest.
Previously, path sort length was inverted, with short paths before long
ones, this led to a path like `/*` being handled *before* a path like
`/foo/bar/baz`, which is exactly what we didn't want. This was tested,
but the test was misnamed and so wasn't picked up by pytest.
---------
Co-authored-by: joshuamorton <joshuamorton@google.com>
1 parent 35d8753 commit 4ad56d6
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
File renamed without changes.
0 commit comments