Skip to content

Latest commit

 

History

History

README.md

Distribution example

install:

install the hello module

python setup.py install

install the hello2 module

cd hello2
python setup.py install

Run Test

Run test pytimed

# python
>>> import pytimed
>>> pytimed.main()
new hello world!
hello world!
hello world! 2

or

python main_test()

Then we'll see "hello world!" printed on screen every .

Run test pytimed_stevedore

# python
>>> import pytimed_stevedore
>>> pytimed_stevedore.main()
new hello world!
hello world! 2
hello world!