Tests and documentation for .cleanup() and .setup() of class Converter
The converter class has received two new methods:
-
cleanup()
that is run after it was used in the scanner -
setup()
that is run at the end of__init__
of a converter
Tests and documentation are currently missing.
Furthermore, it should maybe be discussed if the behavior of setup
is appropriate or if it was better to run it
during the actual scanning function (and not at the end of the initialization).