Closed athish-thiru closed 3 weeks ago
Fixes #51 by removing the generate fixture from the test cases. Instead of running pytest --generate, running pytest will generate example.json in each directory.
pytest --generate
pytest
Why?
This was a simple case of user error. See https://github.com/nasa-gcn/gcn-classic-to-json/issues/51#issuecomment-2398324244.
Fixes #51 by removing the generate fixture from the test cases. Instead of running
pytest --generate
, runningpytest
will generate example.json in each directory.