cherab / core

The core source repository for the Cherab project.
https://www.cherab.info
Other
44 stars 24 forks source link

Add setUp() to the test cases containing Plasma and/or Beam object #448

Closed vsnever closed 1 month ago

vsnever commented 1 month ago

As suggested in https://github.com/cherab/core/pull/386#discussion_r1602799014, Plasma, Beam, or any other object whose state can be changed in the unit tests should be created and configured in the setUp() method to ensure their state is consistent between tests.

vsnever commented 1 month ago

Fixed in #449.