khalti / khalti-flutter-sdk

Official Flutter SDK for Khalti Payment systems
BSD 3-Clause "New" or "Revised" License
20 stars 36 forks source link

Added tests for khalti package. #23

Closed Biplab-Dutta closed 2 years ago

Biplab-Dutta commented 2 years ago

This PR includes unit tests for khalti_http_client.dart file, package_util.dart file and khalti.dart file that reside in the khalti package. The test coverage for each test is 100%. I also had to make some changes to the source code to make it easily testable. This PR is in response to the issue #4.