Contents Menu Expand Light mode Dark mode Auto light/dark mode
Gradema documentation
Gradema documentation
  • Student Documentation
    • Windows
      • Windows Setup
      • Native Windows Install
      • Windows Subsystem for Linux
  • Development
    • Documentation
    • grade.sh
    • Gradema Development
      • Environment Setup
      • PyPI Publishing
      • Design Decisions
    • Assignment Development
      • Security of Autograder
      • Usage of Gradema
      • Windows Considerations
  • Modules
    • gradema
      • gradema.grader
        • gradema.grader.console
      • gradema.section
      • gradema.test
        • gradema.test.argument
Back to top

gradema.test._command¶

Module Contents¶

Classes¶

CommandTest

This is the abstract class inherited by all tests.

class gradema.test._command.CommandTest(command: list[str], debug_command: list[str] | None = None)¶

Bases: gradema.test._test.Test

This is the abstract class inherited by all tests.

run(reporter: gradema.test._reporter.TestReporter) → gradema.test._test.TestResult¶
Copyright © 2024, Lavender Shannon
Made with Sphinx and @pradyunsg's Furo
On this page
  • gradema.test._command
    • Module Contents
      • Classes
        • CommandTest
          • CommandTest.run()