-
Notifications
You must be signed in to change notification settings - Fork 22
Commit 4a998c5
Correctly detect that a module is test suite
Instead of relying on module name to start with "test" (which is not
required neither by UnitTest docs nor by implementation) we now inspect
its source code and check if LibPQ UnitTest metadata field is mentioned.1 parent 809d6dc commit 4a998c5
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | - | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
41 | - | ||
44 | + | ||
45 | + | ||
46 | + | ||
42 | 47 | | |
43 | 48 | | |
44 | 49 | | |
| |||
0 commit comments