Skip to content

Commit

Permalink
add basic test for Photolysis ctor
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Nov 8, 2024
1 parent 3092156 commit 3fa5ed8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/test_photolysis.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import PyPartMC as ppmc


class TestPhotolysis:
@staticmethod
def test_ctor_without_camp():
sut = ppmc.Photolysis()

@staticmethod
def test_ctor_with_camp():
sut = ppmc.Photolysis(ppmc.CampCore())

0 comments on commit 3fa5ed8

Please sign in to comment.