eregs / regulations-parser

Parser for U.S. federal regulations and other regulatory information
Creative Commons Zero v1.0 Universal
37 stars 39 forks source link

Replace duplicated logic with declarative style #325

Closed cmc333333 closed 7 years ago

cmc333333 commented 7 years ago

Rather than copy-paste functions, describe them as a configuration of that shared logic. Also rewrites a test file into py.test style.