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

Fix method scope in test in order to invoke the tests properly and fix exception message #182

Merged
merged 4 commits into from
Jul 19, 2024

Commits on Jul 19, 2024

  1. Fix method scope in test in order to invoke the tests properly

    The `test_empty` and `test_linear_performance_gt` were defined as private method.
    Seems that test-unit runner does not invoke private methods even if the methods have `test_` prefix.
    Watson1978 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f946711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ba79e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93ec28f View commit details
    Browse the repository at this point in the history
  4. Fix variable name

    Watson1978 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    563bb57 View commit details
    Browse the repository at this point in the history