Skip to content
Snippets Groups Projects
Select Git revision
  • 844dc097914aa22809c64b32d6bb29dd0d577532
  • main default protected
2 results

test_example1.py

Blame
  • Forked from SOFT Core / SOFT 161 and 162 / Testability Examples
    Source project has a limited visibility.
    test_example1.py 146 B
    from unittest import TestCase
    
    from example1 import Example1App
    
    
    class TestExample1App(TestCase):
        def test_update(self):
            self.fail()