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

Testing/pytest: Harmonise/reduce testable data #79

Closed epogrebnyak closed 8 years ago

epogrebnyak commented 8 years ago

tests have too many (3 sets) of testable data created at different times with different intent, need to harmonise them:

I prefer two latest datasets, but conftest.py may also have useful stuff.

Testable data is sorted by following categories (can be seen in test_mwe.py):

epogrebnyak commented 8 years ago

program diagram:

https://www.dropbox.com/s/skra419ioxfpa8h/2016-01-03%2014.51.37.jpg?dl=0

epogrebnyak commented 8 years ago

All constants are now present only in two in two new tests in new folder: https://github.com/epogrebnyak/rosstat-kep-data/tree/master/kep/test/pytest/new

No other fixtures/constants are needed for end-to-end tests.