kashifkhan0771 / utils

Common Utilities library for Go
MIT License
6 stars 7 forks source link

[Unit Testing] Need to test all available functions in version `0.7.0` #41

Open kashifkhan0771 opened 2 weeks ago

kashifkhan0771 commented 2 weeks ago

We should test out all available functions in the latest version as of now v0.7.0. Testing can be done anywhere. You can import the library and test each function properly. Any sort of evidence for successful testing will be accepted. If you find any bugs/issues during testing, feel free to open a new issue.

JoseScap commented 1 week ago

@kashifkhan0771 could you assign to me this feature?

kashifkhan0771 commented 1 week ago

Sure @JoseScap - Thanks you!

kashifkhan0771 commented 1 week ago

I would suggest adding REPORT.Json file after testing. This way your contribution will be noted as well. You can follow following pattern for Report file.

[
  {
    "version": "v0.7.0",
    "performed_on": "dd-mm-yyyy",
    "performed_by": "github_username",
    "no_of_issues_found": 0,
    "tested_features": [
      "random",
      "maps"
    ],
    "issue": "link to issue"
  }
]

Make sure to add any sort of evidence for testing in the issue comments.

kashifkhan0771 commented 5 days ago

Once this testing is complete we will draft our first stable release v1.0.0