Source code for pytestpackage.newmodule

'''This is a totally new module

This is a new module that is needed for something special....
'''

[docs]def newfunc(arg1, arg2): '''A very useful function on our newmodule! This is to show how blablabto show how to do something in new module... Args: arg1 (string): the string to be printed but does not do it!! arg2 (int): a useless argument ''' print('Hiiii form module 2!')