Skip to content

Commit

Permalink
git Merge branch 'is_prime' of https://github.com/MIT-Emerging-Talent…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ibrahim-Elmisbah committed Jan 12, 2025
1 parent afb3b0b commit 3c9299b
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 3c9299b

Please sign in to comment.