| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | rpc-tests: Rename setup.py to context.py | Nick Mathewson | 2024-10-10 | 3 | -7/+7 | |
| | | ||||||
| * | rpc-tests: Use a decorator instead of a magic function name | Nick Mathewson | 2024-10-10 | 3 | -4/+16 | |
| | | ||||||
| * | rpc-tests: Use __init__ instead of weird staticmethod. | Nick Mathewson | 2024-10-10 | 2 | -6/+2 | |
| | | ||||||
| * | rpc-tests: Format config file correctly for Toml. | Nick Mathewson | 2024-10-10 | 1 | -16/+16 | |
| | | | | | | | | | | | | | We use the `tomli_w` package to generate reasonable toml output, instead of trying to use `str.format`. Without this, there's not an easy way to tell string.Formatter to convert Path('/abc/"def"') to `"abc/\"def\""`. Something like this would be necessary even if we weren't using Path, since the toml rules for sring encoding aren't the same as produced by Python's repr(), which we were using before. | |||||
| * | rpc-integration: Use Path instead of str. | Nick Mathewson | 2024-10-10 | 2 | -12/+15 | |
| | | ||||||
| * | Start a set of integration tests in python | Nick Mathewson | 2024-10-10 | 8 | -0/+479 | |
| 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.) | ||||||
