BoraxTheClean / adaptable-antelopes

Code Jam 2021 adaptable antelopes team
MIT License
1 stars 0 forks source link

Add Unit Tests #25

Open BoraxTheClean opened 3 years ago

BoraxTheClean commented 3 years ago

Unit tests are awesome! We can always use for more tests. If anyone wants to get started on them, feel free to hack away at them anytime. https://python-prompt-toolkit.readthedocs.io/en/stable/pages/advanced_topics/unit_testing.html

ntdkhiem commented 3 years ago

I will take this issue if everyone is ok with it.

BoraxTheClean commented 3 years ago

Sounds good. @standard-affect might be a good reviewer.

FYI: @standard-affect started a branch here https://github.com/BoraxTheClean/adaptable-antelopes/pull/38, but they were hitting a bug, not sure if the work on that branch was anything new. It is definitely best to start a new branch, because this one isn't rebased.

ntdkhiem commented 3 years ago

cool

ntdkhiem commented 3 years ago

Can't work on this without having to refactor text_editor.py so I will work on that issue first. https://github.com/BoraxTheClean/adaptable-antelopes/issues/43