ryukinix / mal

MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
https://mal.readthedocs.io
Other
109 stars 9 forks source link

Write unit tests for all project #13

Closed ryukinix closed 1 year ago

ryukinix commented 7 years ago

We need a basic set of tests to use continues integration to validate all functionalities. After that I'll setup the https://codecov.io/.

We can create test sets by file on /test folder, like this:

> tree
. tests/
    test_cli.py
    test_api.py
    ...

Roadmap

ryukinix commented 7 years ago

I need write this tests...

ryukinix commented 7 years ago

This definitely should be made

ryukinix commented 6 years ago

This will be made in someday? 😆

ryukinix commented 6 years ago

Something has been implemented on #68.

ryukinix commented 6 years ago

We need for sure make tests more reliable for all the software as command-line-interface to get boring errors like #90 fixed on #91