Skip to content

Commit

Permalink
Make test filename compliant with python recommended naming conventio…
Browse files Browse the repository at this point in the history
…n in /examples/python-*
  • Loading branch information
mengdaming committed Aug 7, 2024
1 parent 30037db commit da892f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/python-bazel/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ py_library(
)

py_pytest_test(
name = "hello_world_test",
name = "test_hello_world",
size = "small",
srcs = glob(["tests/*.py"]),
imports = ["src"],
Expand Down

0 comments on commit da892f1

Please sign in to comment.