simplelib package

Submodules

simplelib.example module

Hello, World utility functions

simplelib.example.helloworld()

Returns the oldest string in software development

simplelib.tests module

Unit tests for the simplelib package

class simplelib.tests.YouSayHello(methodName=’runTest’)

Bases: unittest.case.TestCase

Test cases for the hello world string

test_hello()

Test that the utility function returns exactly the correct string

Module contents

Simple Python package to serve as example for GitLab CI

There is a single module within the package.

example
Contains a single function that prints a helpful message.