Files
splash/tests/integration_tests/test_cases/test_sample.py
2020-02-06 14:44:55 -05:00

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)