-
- Downloads
Suppress some warnings during doctest
These are warnings that are normally suppressed, but unittest turns them on. They're not helpful because it's complaining I'm not .close()ing files, but adding that would make the documention less clear. So, suppres them.
Please register or sign in to comment