Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
victordomingos committed May 7, 2018
1 parent 8c62e18 commit b36fcd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ v.1.3 - 07/05/2018
(Contributed by Natalia Bondarenko)
* Added .gitignore.
* Unit tests:
- dataset for tests, test cases for ArgumentParser, WordCounter, some functions (positive testing);
- dataset for tests, test cases for `ArgumentParser`, `WordCounter`, some functions (positive testing);
- added return statement in some functions for testing purposes.
* Utils:
- transfer functions that do not belong to any class in utils (def get_file_extension and def human_mem_size);
- added decorator to intercept KeyboardInterrupt and common Exceptions;
- class WordCounter moved to separate file.
* To run the main program thread, the function def main_flow(args) was created.
* Added some Type hints.
- transfer functions that do not belong to any class in utils (`get_file_extension` and `human_mem_size`);
- added decorator to intercept `KeyboardInterrupt` and common Exceptions;
- class `WordCounter` moved to separate file.
* To run the main program thread, the function `main_flow(args)` was created.
* Added some type hints.

---
v.1.2 - 04/05/2018
Expand Down

0 comments on commit b36fcd6

Please sign in to comment.