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

Test case improvement #71

Merged
merged 3 commits into from
May 10, 2024

Commits on May 7, 2024

  1. Reduces the number of test cases by using the parametrized decorator …

    …provided by pytest.
    
    Tests are no longer part of the class TestAlgorithms() as this class is not used anywhere and pytest has no way to pass in the parameter.
    ThanosTsiamis committed May 7, 2024
    Configuration menu
    Copy the full SHA
    78499bb View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Addresses CI failure

    ThanosTsiamis committed May 8, 2024
    Configuration menu
    Copy the full SHA
    e421ad4 View commit details
    Browse the repository at this point in the history
  2. Instead of changing the pip valentine package to include pytest, the …

    …CI configuration is changed.
    ThanosTsiamis committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6346ae0 View commit details
    Browse the repository at this point in the history