aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/testdata_live.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdoc testdata-live: Switch to generated_consts.rsIan Jackson2026-07-271-61/+7
| | | | | This gits rid of the macrology, apart from the generated macro module file.
* tor-netdoc testdata-live: Export for the benefit of other cratesIan Jackson2026-07-231-0/+87
Add a new testdata_live module which is exposed with the testing features, containing the testdata-live in string constants. This avoids the need for test cases in other crates to walk the filesystem to an area outside their own crate path.