You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.
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).
The text was updated successfully, but these errors were encountered:
cmc333333
added a commit
to cmc333333/regulations-parser
that referenced
this issue
Oct 27, 2016
After running
py.test
, I see a handful of new xml files in my current directory. It looks like they're created intests/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).The text was updated successfully, but these errors were encountered: