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

Random xml files appear after running tests #322

Closed cmc333333 closed 7 years ago

cmc333333 commented 7 years ago

After running py.test, I see a handful of new xml files in my current directory. It looks like they're created in tests/test_web_api.py. I'm betting we just need to clear the files from Django storage at the end of the test (or use an in-memory storage, if that exists).