This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lnt.
from 7e49606 Fix lnt checkformat and add a test for it new 214463d api: Rework json serialization, add roundtrip test new 281c475 tests/server_wrapper: Increase waiting time
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lnt/server/db/testsuitedb.py | 121 +++++++++++++++++++++++++--------- lnt/server/ui/api.py | 107 ++++++++++++------------------ tests/SharedInputs/server_wrapper.sh | 2 +- tests/server/ui/test_api.py | 20 ++---- tests/server/ui/test_api_modify.py | 4 +- tests/server/ui/test_api_roundtrip.py | 61 +++++++++++++++++ 6 files changed, 201 insertions(+), 114 deletions(-) create mode 100644 tests/server/ui/test_api_roundtrip.py