Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow passing empty 'package' to 'java_test_suite'
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`.
- Loading branch information