Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions pygam/tests/test_core.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
"""
Unit tests for pygam.core module.

This file contains tests for the Core class and the nice_repr utility function,
verifying that class attributes are set correctly and that the nice_repr function
produces expected string representations.

These tests help prevent regressions in the core utilities of pyGAM.
"""

from pygam.core import Core, nice_repr


Expand Down
Loading