Skip to content

Commit 6b5a737

Browse files
timofey-stepanovcopybara-github
authored andcommitted
Enable doctest for common_pitfalls.md.
PiperOrigin-RevId: 871415694 Change-Id: I0fe0b07cf64e5b760f281039bcc35ccf068c8728
1 parent bddb9d4 commit 6b5a737

File tree

3 files changed

+843
-684
lines changed

3 files changed

+843
-684
lines changed

docs/BUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ filegroup(
3333
)
3434

3535
py_test(
36-
name = "quick_recipes_test",
37-
srcs = ["quick_recipes_test.py"],
36+
name = "doc_test",
37+
srcs = ["doc_test.py"],
3838
data = [
3939
":10_min_intro.md",
40+
":common_pitfalls.md",
4041
":quick_recipes.md",
4142
],
4243
deps = [

0 commit comments

Comments
 (0)