mirror of
https://gitlab.com/splashmapper/splash.git
synced 2026-02-11 22:40:47 +01:00
11 lines
201 B
Python
11 lines
201 B
Python
import os
|
|
import splash
|
|
|
|
from splash_test import SplashTestCase
|
|
|
|
|
|
class TestSample(SplashTestCase):
|
|
def test_nothing(self):
|
|
print("This tests nothing")
|
|
self.assertEqual(True, True)
|