-
-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make spoiler functions to be reusable #257
Labels
enhancement
New feature or request
Comments
samchon
added a commit
that referenced
this issue
Oct 22, 2022
samchon
added a commit
that referenced
this issue
Oct 22, 2022
samchon
added a commit
that referenced
this issue
Oct 22, 2022
samchon
added a commit
that referenced
this issue
Oct 23, 2022
Developing #257 - spoiler functions are reusable
samchon
added a commit
that referenced
this issue
Oct 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My test automation program has lots of DTO structures and spoiled cases. However, spoiler cases are hard-coded into each test functions and its makes hard to utilize them. In this case,
TypeBox
author (@sinclairzx81) came here to benchmark each library and suffered from duplicated code implementations by such environment.Therefore, make spoiler functions to reusable by declaring spoiler functions on each DTO structures like below:
The text was updated successfully, but these errors were encountered: