File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ The Job Tester (``jote``) is used to run unit tests located in
99Data Manager Job implementation repositories against the Job's
1010container image.
1111
12- Job implementations are required to provide a Job Definition (in the
13- Job repository's ``data-manager `` directory). The Job Definition should define
14- at least one test for every Job in the file. ``jote `` runs the tests
12+ Job implementations are required to provide a Manifest file (``manifest.yaml ``)
13+ that lists Job Definition files (in the Job repository's ``data-manager ``
14+ directory). The Manifest names at least ine file and the Job Definition
15+ should define at least one test for every Job. ``jote `` runs the tests
1516but also ensures the repository structure meets the Data Manager requirements.
1617
1718Tests are defined in the Job definition file. Here's a snippet illustrating a
You can’t perform that action at this time.
0 commit comments