tests.fixture_pkg.generators.without_templates package¶
Submodules¶
tests.fixture_pkg.generators.without_templates.without_templates_generator module¶
-
class
tests.fixture_pkg.generators.without_templates.without_templates_generator.WithoutTemplatesGenerator¶ Bases:
lor.generator.Generator-
description()¶ Returns a human-readable description of the generator as a string.
Returns: A human-readable description of the generator as a string.
-
run(argv)¶ Run the generator.
Parameters: argv – Command-line arguments for the generator :raises Exception For a wide variety of reasons (CLI parsing, cannot copy file, cannot create file, invaild args, etc.)
-