Skip to content

using args makes it difficult to directly re-run tests #14

@kjw-enf

Description

@kjw-enf
bazel build //my:hello_test
cd bazel-bin/my/hello_test.runfiles
./hello_test # error
./hello_test ./hello_test.py # works

Also, if you try and embed the test inside some other rule, the args are lost/unavailable.

So... can the args be embedded as data into one of the wrappers instead?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions