Skip to content

Commit

Permalink
Also update tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Mar 22, 2023
1 parent f6b115a commit 9e3a25e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions tests/test_overviews.py
@@ -1,9 +1,13 @@
from stimupy import components, noises
from stimupy import components, noises, stimuli


def test_components():
components.create_overview()
components.overview()


def test_noises():
noises.create_overview()
noises.overview()


def test_stimuli():
stimuli.overview()

0 comments on commit 9e3a25e

Please sign in to comment.