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

Created tests for the existing search modules #30

Merged

Conversation

Ramy-Badr-Ahmed
Copy link
Contributor

@Ramy-Badr-Ahmed Ramy-Badr-Ahmed commented Oct 9, 2024

Contents

  • Created tests to simulate unit testing.
  • Added new test files:
    • linear_search.f90: Contains unit tests for the linear_search module.
    • recursive_linear_search.f90: Contains unit tests for the recursive_linear_search module.
    • ternary_search_array.f90: Contains unit tests for the ternary_search module, array use case
    • ternary_search_function.f90: Contains unit tests for the ternary_search module, function use case

Note

Addendum to my PRs: #24, #19, #20

Copy link
Contributor Author

@Ramy-Badr-Ahmed Ramy-Badr-Ahmed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @SatinWukerORIG ,
Looking forward to your review 🙂

ci

check_code_format

Copy link
Member

@SatinWukerORIG SatinWukerORIG left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is a lot of tests lol

@SatinWukerORIG SatinWukerORIG merged commit 35b2be4 into TheAlgorithms:main Oct 10, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants