gecko-dev/browser/components/loop/test/shared/test_shared_all.py
2014-06-05 15:45:16 +01:00

16 lines
462 B
Python

# need to get this dir in the path so that we make the import work
import os
import sys
sys.path.append(os.path.dirname(__file__))
from frontend_tester import BaseTestFrontendUnits
class TestSharedUnits(BaseTestFrontendUnits):
def setUp(self):
super(TestSharedUnits, self).setUp()
self.set_server_prefix("build/tests/marionette/tests/browser/components/loop/test/shared/")
def test_units(self):
self.check_page("index.html")