Sha256: 7f99e599e5757b38961ec5a9b73f9a1697177694cb5dd790b99906f1e767a6ed

Contents?: true

Size: 295 Bytes

Versions: 60

Compression:

Stored size: 295 Bytes

Contents

import unittest

import hello_world


# Tests adapted from `problem-specifications//canonical-data.json` @ v1.0.0

class HelloWorldTests(unittest.TestCase):
    def test_hello(self):
        self.assertEqual(hello_world.hello(), 'Hello, World!')


if __name__ == '__main__':
    unittest.main()

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
trackler-2.2.1.105 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.104 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.103 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.102 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.101 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.100 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.99 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.98 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.97 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.96 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.95 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.94 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.93 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.92 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.91 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.90 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.89 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.88 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.87 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.86 tracks/python/exercises/hello-world/hello_world_test.py