Skip to content

Commit

Permalink
Patched /tmp/tmpks_y3orl/tests/test_modulepage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
patched.codes[bot] committed Nov 1, 2024
1 parent ab148f4 commit d6c98c3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/test_modulepage.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@


def test_modulepage():
"""Test the creation of a module page.
This function tests the functionality of the MkModulePage class from the mk module.
It creates an instance of MkModulePage with the mk module as an argument.
Args:
None
Returns:
None
Raises:
Any exceptions raised by MkModulePage constructor are not caught and will propagate.
"""
mk.MkModulePage(mk)


Expand Down

0 comments on commit d6c98c3

Please sign in to comment.