Skip to content

Releases: tanerbajrovic/etfparse

1.2.0

05 Mar 19:50
Compare
Choose a tag to compare

Summary:

  • Implement basic batch processing
  • Revert project structure to a single file (etfparse.py)
  • Add data type hints and KeyError exception handling when the file is not in autotest format
  • Add flag option --version to display current version for etfparse

1.1.0

28 Jan 14:33
Compare
Choose a tag to compare

Summary:

  • Change project structure to adhere to Python convention
  • Update exception-handling
  • Change command from etf-parse to etfparse
  • Create functions get_homework(), get_autotests(), get_expected_outputs()
  • Use UTF-8 encoding for input and output files

1.0.0

11 Jan 15:23
Compare
Choose a tag to compare

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)