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
I stepped in the debugger through find_captures, it did not find a single region on Python 2. So no tests are run.
find_captures
manuel/src/manuel/capture.py
Lines 21 to 25 in 89f3a04
This is even visible on TravisCI (I activated verbose mode in my fork so the test names are shown):
The text was updated successfully, but these errors were encountered:
I digged a bit deeper into the code and found the actual problem here:
manuel/src/manuel/testing.py
Lines 183 to 189 in 89f3a04
On Python 2 the contents are always 'utf-8', see line 187.
'utf-8'
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I stepped in the debugger through
find_captures
, it did not find a single region on Python 2. So no tests are run.manuel/src/manuel/capture.py
Lines 21 to 25 in 89f3a04
This is even visible on TravisCI (I activated verbose mode in my fork so the test names are shown):
The text was updated successfully, but these errors were encountered: