Skip to content

Commit 85d5bf5

Browse files
committed
Rename + Organize pytest Package
1 parent 5cad988 commit 85d5bf5

File tree

20 files changed

+838
-633
lines changed

20 files changed

+838
-633
lines changed

cppython/test/pytest/__init__.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
"""Test harness for CPPython plugins using pytest.
2-
3-
This module provides a test harness for CPPython plugins, enabling them to be
4-
tested using pytest. It includes shared test types, fixtures, and utilities
5-
that facilitate the testing of plugin interfaces, project configurations, and
6-
plugin-specific features.
7-
"""
1+
"""Pytest integration and testing framework for CPPython."""

0 commit comments

Comments
 (0)