Skip to content

Commit

Permalink
Test overviews
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisVincent committed Feb 20, 2023
1 parent 99d8f0b commit cd3faf4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/test_overviews.py
@@ -0,0 +1,13 @@
from stimuli import components, illusions, noises


def test_components():
components.create_overview()


def test_noises():
noises.create_overview()


def test_illusions():
illusions.create_overview()

0 comments on commit cd3faf4

Please sign in to comment.