Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate 'markers' order in cfg.spec is same as in reference file #22

Closed
epogrebnyak opened this issue Jul 5, 2017 · 0 comments
Closed

Comments

@epogrebnyak
Copy link
Collaborator

The algorithm may break if markers (start and end lines) are not in order, to check for that:
- must read csv file rows, use a reference csv file (use files.get_latest())
- use first pair in start and end markers
- make sure the order of markers in specification is the same order as in csv file

Need addition to test_cfg.py or validation method in cfg.spec:

varnie added a commit that referenced this issue Jul 5, 2017
test_cfg_markers_valid test introduced
addresses issues #22 and #15
varnie added a commit that referenced this issue Jul 5, 2017
addresses issues #22 and #15.
definition RETAIL_SALES changed (markers order)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant