-
- Downloads
add case [in]sensitivity tests + add OfficialProvider model
`ci` in this context means "Case Insensitive".
`cs` in this context means "Case Sensitive".
New models created:
- OfficialProvider
This was required to write a test for checking that
OfficialProviders behaves as we expect, which was the starter
for the original aurblup bug.
New tests created:
- test_official_provider
Modified tests:
- test_package_base: add ci test
- test_package: add ci test
- test_session: add cs test
- test_ssh_pub_key: add cs test
Signed-off-by:
Kevin Morris <kevr@0cost.org>
Showing
- aurweb/models/official_provider.py 34 additions, 0 deletionsaurweb/models/official_provider.py
- test/test_official_provider.py 75 additions, 0 deletionstest/test_official_provider.py
- test/test_package.py 16 additions, 0 deletionstest/test_package.py
- test/test_package_base.py 21 additions, 0 deletionstest/test_package_base.py
- test/test_session.py 9 additions, 0 deletionstest/test_session.py
- test/test_ssh_pub_key.py 12 additions, 0 deletionstest/test_ssh_pub_key.py
aurweb/models/official_provider.py
0 → 100644
test/test_official_provider.py
0 → 100644
Please register or sign in to comment