We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@rwblair - nice work! currently i'm using these tests.
https://github.com/sensein/cmixf/blob/master/cmixf/tests/test_cmixf.py
especially see the test_combos as that does more extensive testing. it relies on this function: https://github.com/sensein/cmixf/blob/master/cmixf/parser.py#L41
test_combos
we could generate something like that in javascript quite easily for testing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@rwblair - nice work! currently i'm using these tests.
https://github.com/sensein/cmixf/blob/master/cmixf/tests/test_cmixf.py
especially see the
test_combos
as that does more extensive testing. it relies on this function:https://github.com/sensein/cmixf/blob/master/cmixf/parser.py#L41
we could generate something like that in javascript quite easily for testing.
The text was updated successfully, but these errors were encountered: