Hi,
was taking a look at the code and the auto_dump capability was not very clear in the documentation.
I took the freedom to do a little refactor:
Renamed option to auto_dump.
Renamed the doc accordingly to auto_dump.
Added some code to tests.py to make it runnable (I know it is a wip, but wanted to run it)
I added also a test to check that auto_dump was working after refactor, but as it messed with the filesystem (creating and removing the file) I removed it in the end.
Hi, was taking a look at the code and the auto_dump capability was not very clear in the documentation.
I took the freedom to do a little refactor:
option
toauto_dump
.auto_dump
.tests.py
to make it runnable (I know it is a wip, but wanted to run it)I added also a test to check that auto_dump was working after refactor, but as it messed with the filesystem (creating and removing the file) I removed it in the end.
Cheers,