Sha256: f30cd0b75d986b9026a07b9c299a304ef19738c5c3dee6add790310b26c74e9b

Contents?: true

Size: 295 Bytes

Versions: 54

Compression:

Stored size: 295 Bytes

Contents

import unittest

import hello_world


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

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


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

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
trackler-2.2.1.160 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.159 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.158 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.157 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.156 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.155 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.154 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.153 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.152 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.151 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.150 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.149 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.148 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.147 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.146 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.145 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.144 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.143 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.142 tracks/python/exercises/hello-world/hello_world_test.py
trackler-2.2.1.141 tracks/python/exercises/hello-world/hello_world_test.py