Releases: tanerbajrovic/etfparse
Releases · tanerbajrovic/etfparse
1.2.0
1.1.0
Summary:
- Change project structure to adhere to Python convention
- Update exception-handling
- Change command from
etf-parse
toetfparse
- Create functions
get_homework()
,get_autotests()
,get_expected_outputs()
- Use UTF-8 encoding for input and output files
1.0.0
Summary:
- Parse unit tests and expected results and output to
<filename>-output.txt
- Error-handling for non-existing files or non-JSON files
- Optional argument specifying the autotest file name (by default
autotest2
)