Commit 974602f
authored
allow passing empty 'package' to 'java_test_suite' (#312)
If for whatever reason one has test classes in the unnamed package, the
current logic for detecting the full classname will return something
like `src.test.java.FoobarTest` when you specify `package = ""` because
of the truthiness test in `get_class_name`.1 parent 27d392c commit 974602f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments