Sha256: d3f29fd4116ea89e89d953d22d0d98eef7c5eab92ae1c79d4c1b3e45f999f9bf

Contents?: true

Size: 294 Bytes

Versions: 136

Compression:

Stored size: 294 Bytes

Contents

import unittest

import hello_world


# test cases adapted from `x-common//canonical-data.json` @ version: 1.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

136 entries across 136 versions & 1 rubygems

Version Path
trackler-2.2.1.45 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.44 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.43 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.42 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.41 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.40 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.39 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.38 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.37 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.36 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.35 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.34 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.33 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.32 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.31 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.30 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.29 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.28 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.27 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.26 tracks/python/exercises/hello-world/hello_world_test.py