Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

fnutils and errutils test cases, inline docs, listall fnc fix #82

Merged
merged 5 commits into from
Jun 5, 2023

Conversation

neo7337
Copy link
Contributor

@neo7337 neo7337 commented May 20, 2023

  1. added test cases for fnutils
  2. added test cases for errutils
  3. added inline docs for fnutils and errutils

@neo7337 neo7337 requested a review from nandagopalan May 20, 2023 14:20
This was linked to issues May 20, 2023
// ExecuteAfter(nil, timeout)
//})
//
//t.Run("Execution does not occur when timeout is negative", func(t *testing.T) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nandagopalan have a look at this condition if we need to cater for this in our logic

// }
//})
//
//t.Run("No execution occurs if the function is nil", func(t *testing.T) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nandagopalan same here, if we need to handle this condition in our logic

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we may have to put a nil check in the code.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am approving this PR we will add that as a separate issue.

@neo7337 neo7337 linked an issue May 24, 2023 that may be closed by this pull request
@neo7337 neo7337 changed the title #57, #56 fnutils and errutils test cases, inline docs, listall fnc fix May 24, 2023
@neo7337 neo7337 marked this pull request as ready for review June 5, 2023 12:50
@neo7337 neo7337 merged commit e6bd8b9 into main Jun 5, 2023
@neo7337 neo7337 deleted the tests/#57-fnutils branch June 5, 2023 12:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ListAll Implementation FnUtils test cases Utils inline code documentation
2 participants