Dmytro
Dmytro
Checking timediff sign by dash in first character of hour variable instead of comparison with zero.
It is useful to return some grouped data ```python @dataclass class User: id: str name: str ``` Example for `Dict[str, list[User]]` ```json { "type": "object", "additionalProperties": { "type": "array", "items":...
api.run_with_id - should use get_run call instead of search in the list of runs. Call get_runs returns only separate runs which is not a part of plans. http://docs.gurock.com/testrail-api2/reference-runs#get_runs Actual result:...
Read filelists xml in repo and attach list of files to Package Add provides, requires, conflicts and obsoletes list of packages properties to Package
* Now plyse can work with list patterns like `department:[qa, dev]` * Update README. Add example with Container * Extend tests to check new feature * Pin pyparsing to
The library already has 1.0.4 version. Let's publish the update on pypi
Adapt set_headers_for_response_content from scribe module to use it for TestSimulator Issue #501