Source code for pytestpackage.pytestpackage

'''This is a very important module

This is a very important module that is needed to do seomthing really cool things and blablabla
'''

import numpy as np

[docs]def testpr(arg1): '''A nice function to testpr Args: arg1 (string): the string to be printed ''' print(arg1)
[docs]def newfunc(arg1, arg2): '''A very useful second function! This is a very lengthy text to show how blablab to show how blablabto show ho Args: arg1 (string): the string to be printed arg2 (int): a useless argument ''' print('Hiiii!')