aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_snekbox.py
blob: 5c4d1c75521cbdbed7f9f27401999ef9d33ac7a9 (plain) (blame)
1
2
3
4
5
6
7
import unittest
import pytest

from snekbox import Snekbox
snek = Snekbox()

# Write some tests at some point