diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 7a28176ce0..1d4e34f91e 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -8656,9 +8656,19 @@ BBPATH is extended in the layer's layer.conf file as normal). - Just remember that filenames need to map directly to test - (module) names and that you do not use module names that - collide with existing core tests. + Just remember the following: + + Filenames need to map directly to test + (module) names. + + Do not use module names that + collide with existing core tests. + + Minimally, an empty + __init__.py file must exist + in the runtime directory. + +