1 2 3 4 5 6 7
import unittest import pytest from snekbox import Snekbox snek = Snekbox() # Write some tests at some point