Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 678 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 678 Bytes

Layman tests

Usage

Run tests in src folder

make test

Run tests in tests/static_data folder

make test-static

Run other tests in tests folder

make test-separated

Additional parameters for pytest command

  • --nocleanup: Do not delete publications after tests

Additional parameters for Make command

  • test_type: Specify level of tests to run
    • Accepted values:
      • optional: all tests
      • mandatory: only tests marked as mandatory
    • Default value is mandatory
  • max_fail: The number of failed test cases after which the program will fail.
    • Accepted values: any non-negative integer
    • Default value is 1