Yuming Zhu
|
ca05418fb5
|
unittest: use unittest.mock instead of mock
because the absence of unittest.mock on python2.7, we still fallback to
mock
|
2024-10-23 16:35:30 +00:00 |
|
Mike McLean
|
c5395a5a8f
|
fix unit tests
- adjustments for query updates
- draft data no longer in build.extra
- drop some unhelpful assertions
|
2024-01-05 10:01:02 +00:00 |
|
Yu Ming Zhu
|
6997097392
|
fix tests
|
2024-01-05 10:00:58 +00:00 |
|
Yu Ming Zhu
|
34c6712fde
|
simpler gen_draft_release and parse_target_release
|
2024-01-05 10:00:47 +00:00 |
|
Yuming Zhu
|
87409499a3
|
draft builds
|
2024-01-05 10:00:29 +00:00 |
|
Tomas Kopecek
|
e6e618d0bb
|
fix tests
|
2022-12-08 13:37:32 +01:00 |
|
Jana Cupova
|
a8dd469091
|
Replace _multiRow, _singleRow, _singleValue with QP
Fixes: https://pagure.io/koji/issue/3581
|
2022-12-08 09:22:17 +01:00 |
|
Jana Cupova
|
3fc402d5f2
|
Use nextval function instead of query 'SELECT nextval'
Fixes: https://pagure.io/koji/issue/3483
|
2022-09-05 10:42:11 +02:00 |
|
Jana Cupova
|
9bfefe782e
|
Hub, plugins and tools inputs validation
Fixes: https://pagure.io/koji/issue/3319
|
2022-05-02 06:55:44 +02:00 |
|
Jana Cupova
|
e784373000
|
Unify error messages
Unify error messages for CLI
Unify error messages for hub
Fixes: https://pagure.io/koji/issue/2720
|
2021-03-16 08:43:33 +01:00 |
|
Tomas Kopecek
|
51358cfd09
|
simplify py3 tests
|
2020-06-18 15:41:35 +02:00 |
|
Tomas Kopecek
|
45777c434e
|
fix test for numeric user_id
|
2019-05-02 17:16:09 -04:00 |
|
Tomas Kopecek
|
2542bc51aa
|
createEmptyBuild errors for non-existent user
Until now, error was raised from postgres insert. Now is user's
existence checked before running insert.
Fixes: https://pagure.io/koji/issue/1163
|
2019-05-02 17:16:09 -04:00 |
|