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

Added support for sparse ordinal behavior #71

Closed
wants to merge 2 commits into from

Conversation

mrbean-bremen
Copy link

Note: this may clash with other PRs, will resolve after the others are merged.

assert item_names_for(tests_content) == ['test_7', 'test_3', 'test_1', 'test_2', 'test_5', 'test_4', 'test_6']
assert item_names_for(tests_content) == ['test_7', 'test_3', 'test_1',
'test_2', 'test_5', 'test_4',
'test_6']

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The formatting is due to automatic PEP-8 format - this was unintentional, can revert this.

- tests taken from existing PR ftobia#29
- gaps in start and end lists are filled with unordered items
- correct notation for ordinals
- add documentation for sparse ordinals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant