epogrebnyak / data-rosstat-kep

Time series dataset of Rosstat Short-term Economic Indicators ("KEP") publication
http://www.gks.ru/wps/wcm/connect/rosstat_main/rosstat/ru/statistics/publications/catalog/doc_1140080765391
6 stars 6 forks source link

nosetests fails to start doctests in inputs.py in package + py.test hangs console #110

Closed epogrebnyak closed 7 years ago

epogrebnyak commented 8 years ago

I want to invoke doctests in a file in package https://github.com/epogrebnyak/rosstat-kep-data/blob/master/kep/common/inputs.py but following fails:

nosetests kep.common.inputs --with-doctest

Need to correct tests.bat line1

I use nosetests because pytest hangs on doctest. When I ran py.test --doctest-modules tests im imputs.py are performed, but I never see console prompt again.