Skip to content

Commit

Permalink
Merge f15dfbc into 31b3fe5
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard M. Wiedemann committed Jan 17, 2023
2 parents 31b3fe5 + f15dfbc commit 19e8be9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/test_particles.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import random
import unittest
from mock.mock import MagicMock
from asciimatics.particles import ShootScreen, DropScreen, Explosion, Rain, \
Expand All @@ -6,6 +7,9 @@


class TestParticles(unittest.TestCase):
def setUp(self):
random.seed(42)

def check_effect(self, canvas, effect, assert_fn,
is_blank=True, iterations=40, warm_up=0):
"""
Expand Down

0 comments on commit 19e8be9

Please sign in to comment.