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 credentials tests #679

Merged
merged 7 commits into from
Aug 5, 2024
Merged

Commits on Jul 18, 2024

  1. Fix tautology

    The parentheses in the asserts in test_envVars and test_updateTrue were being interpreted as a set(!), making them always evaluate to True. This was resulting in these tests passing when there was actually something wrong with them.
    - Asserts fixed to evaluate correctly
    - Tests fixed to pass fair and square even with the corrected assertions
    garlic-os committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    089a769 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    39c4759 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1094d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19a9d90 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    I meant to turn the path into a string
    garlic-os committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0bf14ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1e89df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62732f5 View commit details
    Browse the repository at this point in the history