summaryrefslogtreecommitdiff
path: root/test/test_constructors.sh
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul testing library constructorsDaniel Kahn Gillmor2021-02-251-0/+10
We want to make it easier to test a bunch of different functions that might be invoked in constructors of other libraries. It seems conceivable that with these snippets, we could design other tests that also work across a wide range of intercepted functions.