Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tests for Perfect_Number #10745

Merged
merged 36 commits into from
Oct 21, 2023
Merged

Add tests for Perfect_Number #10745

merged 36 commits into from
Oct 21, 2023

Commits on Oct 18, 2023

  1. Added new tests!

    imSanko committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ff09802 View commit details
    Browse the repository at this point in the history
  2. [ADD]: Inproved Tests

    imSanko committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c605c66 View commit details
    Browse the repository at this point in the history
  3. fixed

    imSanko committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9780df1 View commit details
    Browse the repository at this point in the history
  4. Removed spaces

    imSanko committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    35aca47 View commit details
    Browse the repository at this point in the history
  5. Changed the file name

    imSanko committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0c5eb56 View commit details
    Browse the repository at this point in the history
  6. Added Changes

    imSanko committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3c7ee47 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    07fb300 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    290efe8 View commit details
    Browse the repository at this point in the history
  3. missed the line

    imSanko committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0dd5a3c View commit details
    Browse the repository at this point in the history
  4. removed spaces

    imSanko committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    dc817c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e51abd View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    681e02a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac4b1f0 View commit details
    Browse the repository at this point in the history
  3. Added new tests in Signum

    imSanko committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c53e78c View commit details
    Browse the repository at this point in the history
  4. Few things added

    imSanko committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    d89a0b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d2f1c3 View commit details
    Browse the repository at this point in the history
  6. Fixed few things

    imSanko committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    786f1a6 View commit details
    Browse the repository at this point in the history
  7. Reverted the function

    imSanko committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e31687b View commit details
    Browse the repository at this point in the history
  8. Update maths/signum.py

    Co-authored-by: Christian Clauss <[email protected]>
    imSanko and cclauss committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9daac1a View commit details
    Browse the repository at this point in the history
  9. Added few things

    imSanko committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    27b9c8a View commit details
    Browse the repository at this point in the history
  10. Update maths/signum.py

    Co-authored-by: Christian Clauss <[email protected]>
    imSanko and cclauss committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6714d15 View commit details
    Browse the repository at this point in the history
  11. Added the type hint back

    imSanko committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    b4ea39f View commit details
    Browse the repository at this point in the history
  12. Update signum.py

    cclauss committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    0b0a390 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    05476d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4f6c62 View commit details
    Browse the repository at this point in the history
  3. Update maths/special_numbers/perfect_number.py

    Co-authored-by: Christian Clauss <[email protected]>
    imSanko and cclauss committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    1d42ec9 View commit details
    Browse the repository at this point in the history
  4. Added the line back

    imSanko committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    75cb826 View commit details
    Browse the repository at this point in the history
  5. Update maths/special_numbers/perfect_number.py

    Co-authored-by: Christian Clauss <[email protected]>
    imSanko and cclauss committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    974130b View commit details
    Browse the repository at this point in the history
  6. Fixed a space

    imSanko committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    e1a5b17 View commit details
    Browse the repository at this point in the history
  7. Updated

    imSanko committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    6ad0257 View commit details
    Browse the repository at this point in the history
  8. Reverted changes

    imSanko committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    48c7f4b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d23cbb View commit details
    Browse the repository at this point in the history
  10. Fixed few things

    imSanko committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    5f1b8ae View commit details
    Browse the repository at this point in the history
  11. Changed Test CASES

    imSanko committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    54fd69f View commit details
    Browse the repository at this point in the history
  12. Update perfect_number.py

    cclauss committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    01e81c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a355f82 View commit details
    Browse the repository at this point in the history