-
Notifications
You must be signed in to change notification settings - Fork 81
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
Object comparison and IDs #341
base: eauction-devel
Are you sure you want to change the base?
Object comparison and IDs #341
Conversation
c1ff234
to
654276a
Compare
До Зараз з цим PR я бачу наступне:
|
Є і суттєвий недолік в такому підході: всі майданчики теж мусять видавати помилку з таким повідомленням коли в них провалюється ключове слово на зміну того чи іншого поля. Тому... +(backward incompatible) Було б дуже добре, якби в драйверах майданчиків теж можна було розрізняти деякі конкретні помилки. |
This allows running test suites in parallel without overwriting the artifact file. All you need is the `-d` (`--outputdir`) argument.
Докинув коміт, який переміщає артефакт в |
Reviewed 1 of 1 files at r1, 1 of 1 files at r2, 1 of 1 files at r3, 1 of 1 files at r4, 1 of 1 files at r5, 5 of 5 files at r6, 2 of 2 files at r7, 2 of 2 files at r8. op_robot_tests/tests_files/service_keywords.py, line 437 at r1 (raw file):
Дарма ти це зробив. op_robot_tests/tests_files/service_keywords.py, line 434 at r3 (raw file):
FYI: це можна написати трошки по-іншому
Чи так краще - вирішувати тобі. op_robot_tests/tests_files/service_keywords.py, line 427 at r4 (raw file):
Можеш ще вказати функцію, яка ту айдішку додає. Було б корисно. op_robot_tests/tests_files/service_keywords.py, line 84 at r5 (raw file):
op_robot_tests/tests_files/brokers/openprocurement_client.robot, line 196 at r7 (raw file):
Це ж будуть старі дані, нє? Тре брати Comments from Reviewable |
Класне рев'ю! Reviewed 1 of 1 files at r2, 1 of 1 files at r3, 1 of 1 files at r5, 5 of 5 files at r6, 2 of 2 files at r7, 2 of 2 files at r8. op_robot_tests/tests_files/service_keywords.py, line 437 at r1 (raw file):
|
Дякую :) Review status: all files reviewed at latest revision, 5 unresolved discussions. op_robot_tests/tests_files/service_keywords.py, line 84 at r5 (raw file):
|
Review status: all files reviewed at latest revision, 5 unresolved discussions. op_robot_tests/tests_files/service_keywords.py, line 84 at r5 (raw file):
|
Review status: all files reviewed at latest revision, 5 unresolved discussions. op_robot_tests/tests_files/service_keywords.py, line 84 at r5 (raw file):
|
Review status: all files reviewed at latest revision, 5 unresolved discussions, some commit checks failed. op_robot_tests/tests_files/service_keywords.py, line 84 at r5 (raw file):
Comments from Reviewable |
get_id_from_object
: add meaningful error messages and comments, make it more error-proof generally.Порівняти об'єкти
in Python (compare_objects
), add three new keyword arguments:inequal
to reverse a comparison (i.e.Should Not Be Equal
) andmsg
to add a custom error message.This change is