Tags: limoiie/cmdproxy.py
Tags
Support transporting folders and extra paths through env Changelogs: - refactor: Resolve env param from passed env - test: Check zipped by comparing after unzip - test: Fix incompatible faker api call - test: Test upload/download directory - refactor: Support to upload/download zip file - fix: Stringify value before wrapping with Param.str - test: Test sending different builtin values with client - fix: Allow StrParam and a few builtin in AnyGuard - refactor: Add concrete assertion message
Serveral fixes and refactorations Changelog: - chore: Bump autoserde to 0.0.6 and flexio to 0.0.4 - refactor: Rename mongodb_name as mongo_dbname - hotfix: Correct the format of server exception message - hotfix: Raise ServerEndException only if response.exc is not None - refactor: Adjust Path type annotation for Param methods - refactor: Slightly adjust error style - doc: Add docstrings for Param construction methods - hotfix: Correct command param wrapper - hotfix: Correct the order of `Param.str` for avoiding overwritten - test: Refactor case for testing run with None arg - refactor: Bump flexio up - refactor: Add return code into Exception - refactor: Wrap command in CommandParamBase - refactor: Support stream Param - refactor: Correct little loggings of FileGuard - refactor: Correct the behavior of method alloc_ - refactor: Pass queues to the downstream function