aboutsummaryrefslogtreecommitdiff
path: root/scripts/maint/practracker/testdata
AgeCommit message (Collapse)Author
2020-02-03practracker: integration tests for --regen and --regen-overbroadNick Mathewson
2020-01-15practracker: Test practracker exit statusteor
Part of 32705.
2020-01-15practracker: Capture stderr output in test_practracker.shteor
And canonicalise file paths, so that output is consistent, even in out-of-tree builds. Capturing stderr output produces better diagnostics. Diagnostics for 32705.
2019-12-04practracker: Test for bad ".c" includes in the unit teststeor
Part of 32522.
2019-09-18practracker: Integration test for --list-overbroadNick Mathewson
Make sure that we list overbroad exceptions, and nothing else
2019-08-26Add integration tests for new practracker featuresNick Mathewson
These tests check our .may_include checking, and our header file checking. They do not pass yet: we have a bug in our filtering code.
2019-07-30Practracker: add an integration test.Nick Mathewson
This test runs practracker with a set of 0 thresholds, to make sure that it enumerates all its values right. It tries running with an empty exceptions file, and with an exceptions file that covers _some_ of the data, and it makes sure that the outputs are as expected.