Sample Module

sample.py

Sample module provided for testing purposes.

class thegmu_pypi_template.sample.Sample

Bases: object

Sample object for pytest.

static hello(name='The GMU Project')

This sample function returns a string of “Hello ‘name’”.

Parameters:name – A optional string for hello testing.