github.com/tiagovtristao/plz@v13.4.0+incompatible/test/python_rules/worker_test.py (about) 1 """ 2 Testing the integration with a worker script 3 """ 4 import unittest 5 6 7 class WorkerTest(unittest.TestCase): 8 def test_dummy(self): 9 self.assertEqual(11, 11)