aboutsummaryrefslogtreecommitdiff
path: root/python/arti_rpc_tests/run
Commit message (Collapse)AuthorAgeFilesLines
* rpc-tests: Reformat using "black".Nick Mathewson2024-10-101-2/+2
| | | | | (This is all on the theory that any formatting standard is better than none.)
* rpc-tests: Use argparse to parse cli.Nick Mathewson2024-10-101-7/+20
| | | | | | Right now, we only support two things in the CLI: overriding ARTI_RPC_TEST_DIR, and passing additional arguments to arti_rpc_tests.
* Start a set of integration tests in pythonNick Mathewson2024-10-101-0/+109
These tests are loosely modeled after stem's test suite for Tor and the Tor control port. They're meant to exercise Arti, Arti RPC, and the Arti RPC client library. (For now, they exercise very little.)