gbowne1 / json-maestro

JSONMaestro is a powerful tool designed for cleaning and processing JSON-like files. It simplifies tasks such as removing comments, eliminating duplicate keys, adding schema keys, and sorting keys. Ideal for developers working with configuration files and API responses, JSONMaestro enhances data integrity and prepares JSON data for further analysis
MIT License
2 stars 2 forks source link

[TODO] Write more Pytest tests for this #2

Open gbowne1 opened 4 weeks ago

gbowne1 commented 4 weeks ago

This really needs more testing written for this application program. The included test is only a starting point.

I'm still learning Pytest.

This is a TODO action item.

shoshta73 commented 1 day ago

I have taken a look at tests in currenct form.

I would like add tests that get some data from public apis that server "lorem ipsum" like json data in setup phase and then go and test current data manipulation api

gbowne1 commented 1 day ago

thats a great idea.

I did a feature thing #18

I'm still learning pytest