Skip to content

Commit 69474d7

Browse files
author
Alan Christie
committed
Doc tweak
1 parent d046120 commit 69474d7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ The Job Tester (``jote``) is used to run unit tests located in
99
Data Manager Job implementation repositories against the Job's
1010
container 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
1516
but also ensures the repository structure meets the Data Manager requirements.
1617

1718
Tests are defined in the Job definition file. Here's a snippet illustrating a

0 commit comments

Comments
 (0)