fusion-energy / paramak

Create parametric 3D fusion reactor CAD and neutronics models
https://paramak.readthedocs.io/en/main/
MIT License
58 stars 17 forks source link

Pytest instead of unit test #284

Closed shimwell closed 1 year ago

shimwell commented 1 year ago

making use of Pytest instead of unit test can simplify the test scripts. I've converted one test script to make use of pytest and pytest fixtures instead of unittest to see how it looks

shimwell commented 1 year ago

note to self, this didn't save any lines of code but new tests were added