Commit c37e679
authored
fix: allow test venv to be run (#348)
Allows the tests venv target to be run, creating the virtual env for the
test target.
See
#15 (comment)
---
### Changes are visible to end-users: yes
- Searched for relevant documentation and updated as needed: yes
- Breaking change (forces users to change their own code or config): no
- Suggested release notes appear below: yes
It's now possible to run the venv target produced by a `py_test`
### Test plan
<!-- Delete any which do not apply -->
- Manual testing; please provide instructions so we can reproduce:
`bazel run :some_test.venv` works now in a fresh repo1 parent a63c208 commit c37e679
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments