Skip to content

Commit 9185cf2

Browse files
committed
Tidy testing/index.md
1 parent 0360684 commit 9185cf2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
myst:
33
html_meta:
4-
"description": ""
5-
"property=og:description": ""
6-
"property=og:title": ""
7-
"keywords": ""
4+
"description": "How to write unit and integration tests for Plone content types"
5+
"property=og:description": "How to write unit and integration tests for Plone content types"
6+
"property=og:title": "How to write unit and integration tests for Plone content types"
7+
"keywords": "Plone"
88
---
99

1010
# Testing Dexterity types
1111

12-
**Writing unit and integration tests**
12+
This part describes how to write unit and integration tests for Plone content types.
1313

1414
```{toctree}
1515
:maxdepth: 2
1616
17-
unit-tests.rst
18-
integration-tests.rst
19-
mock-testing.rst
17+
unit-tests
18+
integration-tests
19+
mock-testing
2020
```

0 commit comments

Comments
 (0)