Skip to content

Commit

Permalink
Merge pull request #106 from MIT-Emerging-Talent/sum_proper_divisors
Browse files Browse the repository at this point in the history
Sum proper divisors
  • Loading branch information
Saeed-Emad authored Jan 12, 2025
2 parents ac80684 + 2898898 commit 9bacf6a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions solutions/tests/test_sum_proper_divisors.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Unit tests for the sum_proper_divisors function.
This module contains unit tests for the sum_proper_divisors function.
"""

import unittest

from ..sum_proper_divisors import sum_proper_divisors
Expand Down

0 comments on commit 9bacf6a

Please sign in to comment.