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

Random Minor Fixes #49

Merged
merged 2 commits into from
May 12, 2016
Merged

Random Minor Fixes #49

merged 2 commits into from
May 12, 2016

Conversation

esc
Copy link
Member

@esc esc commented May 12, 2016

Just some minor fixes found along the way.

@esc esc mentioned this pull request May 12, 2016
esc added 2 commits May 12, 2016 21:00
Otherwise you get:

```
zsh» ./test.sh
Code coverage for Python.  Use 'coverage help' for help.
Testing command line interface with cram
```
The regex: b?'.*' will fail on strings of raw bytes that contain the single-quote
character (') since those are surrounded by double-quotes ("). Using the regex
b?.* will match raw strings quoted with both single- and double-quotes just
fine. This will suffice for these tests.
@esc
Copy link
Member Author

esc commented May 12, 2016

@Blosc/owners anyone to merge this?

@coveralls
Copy link

coveralls commented May 12, 2016

Coverage Status

Coverage increased (+0.7%) to 95.303% when pulling 1093ff2 on esc:random_minor_fixes into fcd38af on Blosc:master.

@coveralls
Copy link

coveralls commented May 12, 2016

Coverage Status

Coverage remained the same at 95.303% when pulling 1093ff2 on esc:random_minor_fixes into fcd38af on Blosc:master.

@FrancescAlted FrancescAlted merged commit 4c2aedd into Blosc:master May 12, 2016
@FrancescAlted
Copy link
Member

Sure thing. Thanks!

@esc esc deleted the random_minor_fixes branch May 13, 2016 04:57
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.

None yet

3 participants