Commit a2d8ba7
authored
fix(discovery): test if file contains test (#46)
The method to determine if the file is a test file did not take into
account that it actually had tests for the file. It just checked that
the file is from a project with a client.
There may be files that are not test files within the project.1 parent 2fbb821 commit a2d8ba7
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
132 | 144 | | |
133 | 145 | | |
134 | 146 | | |
| |||
0 commit comments