There are tests written for nepalidate. But the tests are mostly positive test cases and don't have full code coverage.
This task includes writing completely new tests for nepalidate. Also, maintain the test directory according to the package structure. For instance, for nepali.datetime.nepalidate the test will be something like this, tests/test_datetime/test_nepalidate.py
There are tests written for
nepalidate
. But the tests are mostly positive test cases and don't have full code coverage.This task includes writing completely new tests for nepalidate. Also, maintain the test directory according to the package structure. For instance, for
nepali.datetime.nepalidate
the test will be something like this,tests/test_datetime/test_nepalidate.py