Skip to content

Testing Guide

How to run and write tests for path-comment-hook.

Running Tests

make test

Test Structure

  • Unit tests in tests/
  • Integration tests
  • Performance tests

Writing Tests

  • Use pytest
  • Include type hints
  • Test edge cases