summaryrefslogtreecommitdiff
path: root/python/arti_rpc_tests
Commit message (Expand)AuthorAgeFilesLines
* arti_rpc_tests: use Iterator, not GeneratorNick Mathewson2024-10-281-2/+2
* arti_rpc_tests: Fix a type errorNick Mathewson2024-10-242-2/+11
* python: Remove a spurious blank line.Nick Mathewson2024-10-241-1/+0
* python: Fix warnings about unused variables and modules.Nick Mathewson2024-10-243-8/+8
* Add a pyproject.toml for arti_rpc_testsNick Mathewson2024-10-241-0/+23
* Run "black" to reformat all our pythonNick Mathewson2024-10-244-31/+29
* rpc: Tweak release_owned to give an error on second removal of "connection".Nick Mathewson2024-10-231-0/+10
* python: Use logging to report nonfatal errors.Nick Mathewson2024-10-231-0/+3
* rpc: Add test for releasing the session object.Nick Mathewson2024-10-231-0/+14
* rpc: Add support for dropping the special "connection" object ID.Nick Mathewson2024-10-231-0/+21
* python: Automatically release RPC objects on __del__Nick Mathewson2024-10-231-0/+1
* python: Add tests for rpc:release.Nick Mathewson2024-10-232-0/+49
* python: add tests for opening streams via RPC.Nick Mathewson2024-10-212-0/+35
* python: Expose RPC status code from errors.Nick Mathewson2024-10-212-2/+5
* python: add more tests for the rpc code.Nick Mathewson2024-10-211-1/+38
* python: Move meta.features test to new module.Nick Mathewson2024-10-213-47/+50
* python: Provide a sensible way to set metaparams in requestsNick Mathewson2024-10-211-0/+14
* python: Decode JSON in rpc responses more aggressivelyNick Mathewson2024-10-211-6/+3
* python: Allow execute methods to accept dictsNick Mathewson2024-10-211-2/+1
* rpc: List missing required features in error dataNick Mathewson2024-10-171-0/+41
* rpc-tests: Resolve unused variable/import warnings.Nick Mathewson2024-10-103-6/+2
* rpc-tests: Avoid 'import *'Nick Mathewson2024-10-101-1/+1
* rpc-tests: Reformat using "black".Nick Mathewson2024-10-106-10/+20
* rpc-tests: Use argparse to parse cli.Nick Mathewson2024-10-102-9/+32
* rpc-tests: Rename setup.py to context.pyNick Mathewson2024-10-103-7/+7
* rpc-tests: Use a decorator instead of a magic function nameNick Mathewson2024-10-103-4/+16
* rpc-tests: Use __init__ instead of weird staticmethod.Nick Mathewson2024-10-102-6/+2
* rpc-tests: Format config file correctly for Toml.Nick Mathewson2024-10-101-16/+16
* rpc-integration: Use Path instead of str.Nick Mathewson2024-10-102-12/+15
* Start a set of integration tests in pythonNick Mathewson2024-10-108-0/+479