Skip to content

Commit

Permalink
Add module docstrings to test package
Browse files Browse the repository at this point in the history
  • Loading branch information
mcttn22 committed Jan 6, 2024
1 parent 0eac4d4 commit 4118a8e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions school_project/test/models/cpu/utils/test_model.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Unit tests for model module."""

import unittest

# Test XOR implementation of Model for its lesser computation time
Expand Down
2 changes: 2 additions & 0 deletions school_project/test/models/cpu/utils/test_tools.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Unit tests for tools module."""

import unittest

from school_project.models.cpu.utils import tools
Expand Down
2 changes: 2 additions & 0 deletions school_project/test/models/gpu/utils/test_model.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Unit tests for model module."""

import unittest


Expand Down
2 changes: 2 additions & 0 deletions school_project/test/models/gpu/utils/test_tools.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Unit tests for tools module."""

import unittest

from school_project.models.gpu.utils import tools
Expand Down

0 comments on commit 4118a8e

Please sign in to comment.