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