Skip to content

Commit

Permalink
added basic test of the interaction object
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Jun 26, 2024
1 parent d01ec83 commit a83580e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions impsy/tests/test_interaction.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from impsy import interaction

def test_interaction_server():
"""Just tests creation of an interaction server object"""
interaction_server = interaction.InteractionServer()

0 comments on commit a83580e

Please sign in to comment.