Skip to content

Files

Latest commit

3c20674 · Oct 29, 2024

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 15, 2024
Oct 29, 2024

Ultralytics logo

Tests Directory (tests/)

This directory houses the tests for our project, primarily using pytest for testing.

Overview

  • Contains test scripts written in Python.
  • Organized to mirror the structure of the src/ directory for easy reference.
  • Tests should be comprehensive and cover a wide range of cases.

Running Tests

To execute the tests:

  1. Install pytest: Ensure pytest is installed in your environment.
  2. Run Tests: Execute pytest in the root directory of the project.

Make sure to regularly run tests to maintain the reliability and quality of the project.