Skip to content
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

Test JSON to CSV Conversion #20

Open
ozdemirburak opened this issue Oct 21, 2023 · 0 comments
Open

Test JSON to CSV Conversion #20

ozdemirburak opened this issue Oct 21, 2023 · 0 comments
Labels
hacktoberfest Hacktoberfest issues.

Comments

@ozdemirburak
Copy link
Owner

The library is functional and has performed as expected during initial testing with a set of predefined test cases. However, to ensure its robustness, accuracy, and readiness for a broader release, it's essential to subject it to testing with a diverse range of JSON files.

  • Convert a variety of JSON files to CSV using this library.
  • Use a mix of simple, complex, nested, large, and small JSON files.
  • Ensure the testing covers different data types such as strings, numbers, booleans, nulls, arrays, and objects.

This testing will aid in identifying any hidden bugs, edge cases, or performance issues that might not have surfaced during initial testing.

If you find any bugs, feel free to fix them.

Version to check: 0.5.0-alpha

Note: There's no need to ask for assignment, just proceed with testing. Also, feel free to add new tests to the tests folder.

@ozdemirburak ozdemirburak added the hacktoberfest Hacktoberfest issues. label Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest issues.
Projects
None yet
Development

No branches or pull requests

1 participant