[PR #368] [MERGED] Accounts app improvements and tests #522

Closed
opened 2026-02-27 15:59:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/368
Author: @Real-Gecko
Created: 10/14/2020
Status: Merged
Merged: 10/14/2020
Merged by: @catborise

Base: masterHead: master


📝 Commits (1)

  • e6df0d9 Accounts app improvements and tests

📊 Changes

20 files changed (+620 additions, -225 deletions)

View changed files

📝 accounts/forms.py (+45 -4)
📝 accounts/models.py (+1 -2)
📝 accounts/templates/account.html (+9 -14)
📝 accounts/templates/accounts-list.html (+1 -1)
📝 accounts/templates/accounts.html (+1 -1)
📝 accounts/templates/accounts/change_password_form.html (+22 -17)
📝 accounts/templates/profile.html (+71 -84)
📝 accounts/tests.py (+228 -25)
📝 accounts/urls.py (+4 -0)
📝 accounts/utils.py (+30 -0)
📝 accounts/views.py (+52 -53)
📝 admin/templates/admin/user_list.html (+1 -1)
📝 appsettings/settings.py (+1 -1)
conf/test-vm.xml (+120 -0)
📝 instances/models.py (+8 -3)
📝 instances/templates/add_instance_network_block.html (+1 -1)
📝 instances/templates/instances/settings_tab.html (+3 -3)
📝 instances/tests.py (+2 -3)
📝 templates/common/confirm_delete.html (+18 -10)
📝 templates/navbar.html (+2 -2)

📄 Description

Added some improvements to accounts app and created tests. Accounts app test coverage is 98% overall coverage 55%.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/368 **Author:** [@Real-Gecko](https://github.com/Real-Gecko) **Created:** 10/14/2020 **Status:** ✅ Merged **Merged:** 10/14/2020 **Merged by:** [@catborise](https://github.com/catborise) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`e6df0d9`](https://github.com/retspen/webvirtcloud/commit/e6df0d97940f21223b2d6490d407b6b20c4d3e99) Accounts app improvements and tests ### 📊 Changes **20 files changed** (+620 additions, -225 deletions) <details> <summary>View changed files</summary> 📝 `accounts/forms.py` (+45 -4) 📝 `accounts/models.py` (+1 -2) 📝 `accounts/templates/account.html` (+9 -14) 📝 `accounts/templates/accounts-list.html` (+1 -1) 📝 `accounts/templates/accounts.html` (+1 -1) 📝 `accounts/templates/accounts/change_password_form.html` (+22 -17) 📝 `accounts/templates/profile.html` (+71 -84) 📝 `accounts/tests.py` (+228 -25) 📝 `accounts/urls.py` (+4 -0) 📝 `accounts/utils.py` (+30 -0) 📝 `accounts/views.py` (+52 -53) 📝 `admin/templates/admin/user_list.html` (+1 -1) 📝 `appsettings/settings.py` (+1 -1) ➕ `conf/test-vm.xml` (+120 -0) 📝 `instances/models.py` (+8 -3) 📝 `instances/templates/add_instance_network_block.html` (+1 -1) 📝 `instances/templates/instances/settings_tab.html` (+3 -3) 📝 `instances/tests.py` (+2 -3) 📝 `templates/common/confirm_delete.html` (+18 -10) 📝 `templates/navbar.html` (+2 -2) </details> ### 📄 Description Added some improvements to accounts app and created tests. Accounts app test coverage is 98% overall coverage 55%. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:59:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#522
No description provided.