mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
housekeep: TU rename - code changes
Renaming of symbols. Functions, variables, values, DB values, etc. Basically everything that is not user-facing. This only covers "Trusted User" things: tests, comments, etc. will covered in a following commit.
This commit is contained in:
parent
9eda6a42c6
commit
1e6282eafe
30 changed files with 223 additions and 163 deletions
|
@ -137,9 +137,9 @@ def test_account_type_required():
|
|||
account_type_required({"FAKE"})
|
||||
|
||||
|
||||
def test_is_trusted_user():
|
||||
def test_is_package_maintainer():
|
||||
user_ = AnonymousUser()
|
||||
assert not user_.is_trusted_user()
|
||||
assert not user_.is_package_maintainer()
|
||||
|
||||
|
||||
def test_is_developer():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue