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

Improve clarity and usability of README for first-time Howitz users #86

Merged
merged 31 commits into from
Jun 7, 2024

Attempt to describe refresh interval val without architecture details

5a5b366
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Improve clarity and usability of README for first-time Howitz users #86

Attempt to describe refresh interval val without architecture details
5a5b366
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test results succeeded Jun 7, 2024 in 0s

All 14 tests pass in 8s

  4 files    4 suites   8s ⏱️
14 tests 14 ✔️ 0 💤 0
56 runs  56 ✔️ 0 💤 0

Results for commit 5a5b366.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test results

14 tests found

There are 14 tests, see "Raw output" for the full list of tests.
Raw output
tests.test_init.TestCreateApp ‑ test_create_app_should_succeed
tests.test_users_db.UserDBInitTest ‑ test_create_database
tests.test_users_db.UserDBTest ‑ test_add_user
tests.test_users_db.UserDBTest ‑ test_get_all_lists_all_usernames
tests.test_users_db.UserDBTest ‑ test_get_all_when_no_users_should_return_None
tests.test_users_db.UserDBTest ‑ test_get_non_existent_user_returns_None
tests.test_users_db.UserDBTest ‑ test_remove_existent_user
tests.test_users_db.UserDBTest ‑ test_remove_non_existent_user_returns_None
tests.test_users_db.UserDBTest ‑ test_update_non_existent_user_adds_user
tests.test_users_model.UserTest ‑ test_autenticater_with_correct_password_returns_true
tests.test_users_model.UserTest ‑ test_autenticater_with_wrong_password_returns_true
tests.test_users_model.UserTest ‑ test_print_user_return_username
tests.test_users_utils.UserUtilsTest ‑ test_autenticate_user_with_correct_password_returns_true
tests.test_users_utils.UserUtilsTest ‑ test_autenticate_user_with_wrong_password_raises_exception