tophat / codewatch

[deprecated] Monitor and manage deeply customizable metrics about your python code using ASTs
https://codewatch.io
Apache License 2.0
38 stars 3 forks source link

bulk assertions generator #55

Open cabiad opened 5 years ago

cabiad commented 5 years ago

In a large codebase, we saw that we were writing lots of similar assertions that compared stats in a certain namespace to a dict representing the expected results. Seemed like it might be unnecessary boilerplate. Maybe there are easy ways we can help kill it.