gradema.test._exists

Module Contents

Classes

FileExistsTest

This is the abstract class inherited by all tests.

Functions

create_file_exists_test(→ gradema.test.Test)

gradema.test._exists.create_file_exists_test(files: list[tuple[str | pathlib.Path | os.PathLike[str], str]], mime: bool = False) gradema.test.Test
class gradema.test._exists.FileExistsTest(files: list[tuple[str | pathlib.Path | os.PathLike[str], str]], mime: bool)

Bases: gradema.test.Test

This is the abstract class inherited by all tests.

run(reporter: gradema.test.TestReporter) gradema.test.TestResult