Update references to file targets in docstrings

Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
Werner Lewis 2022-09-14 16:26:54 +01:00
parent ac446c8a04
commit 52ae326ebb
2 changed files with 7 additions and 6 deletions

View file

@ -35,8 +35,9 @@ T = TypeVar('T') #pylint: disable=invalid-name
class BaseTarget(metaclass=ABCMeta):
"""Base target for test case generation.
Derive directly from this class when adding new file Targets, setting
`target_basename`.
Child classes of this class represent an output file, and can be referred
to as file targets. These indicate where test cases will be written to for
all subclasses of the file target, which is set by `target_basename`.
Attributes:
count: Counter for test cases from this class.