-
Notifications
You must be signed in to change notification settings - Fork 12
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
Exact URL Matching. Allow Syntactically Correct Patterns. Better Tests #25
Open
da3dsoul
wants to merge
27
commits into
tamland:master
Choose a base branch
from
da3dsoul:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
c9b3e26
Add a Handler for Scripts + more
da3dsoul 445f146
Stupid Whitespace Fix. Sort import better. Add a comment
da3dsoul 02f531a
super().__init__ is not compatible with Py2
da3dsoul 91c94b1
dispatch uses copied code...Fix it for exact matches. Fix test for pa…
da3dsoul 045d5d8
Fix argv for scripts (handles don't exist). Bump Version
da3dsoul d875572
Fix a minor bug in routing. Fix Unsorted Files Playback
da3dsoul a4496bb
Fix a Minor Error in Converting Values
da3dsoul 2cd8a88
Bump Version
da3dsoul a391633
Sanitize args as well as kwargs. Perform a full route test on paths.
da3dsoul c425491
Clean up a debug variable
da3dsoul 00dacef
Bump Version
da3dsoul 869dfc1
Fix tests to use assert_called_with(args).
da3dsoul 8c82184
Change kwargs convert_args to use a prettier one-liner.
da3dsoul 9dc4627
Add comment
da3dsoul 6c86b57
Update path_args test to check query args as well.
da3dsoul dc7ab99
Exact Matching, Support i1 pattern names, More Comprehensive Testing
da3dsoul 5e1bb33
Merge remote-tracking branch 'origin/master'
da3dsoul c92945d
Fix a stupid PyLint complaint
da3dsoul be8c654
Change b2 to var_with_num_underscore2. Support Underscores
da3dsoul 3b17bfc
Double quote and unquote variable values
da3dsoul cfcb323
Fix double unquote on query. Fix Relevant Tests.
da3dsoul 2e91ce2
Fix some pylint complaints about line length
da3dsoul fe210f3
One more stupid pylint
da3dsoul c0b4552
Remove the for loop in tests.py
da3dsoul 8115f32
Remove the quoting stuff. I don't know what I was thinking....
da3dsoul 078ac25
Remove irrelevant comment
da3dsoul 2c7be81
More consistency in the argument checking in tests.py
da3dsoul File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see a good reason for this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PyLint was complaining about line length and marking my PR with a red X
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see. I have a PR open to raise this to 160. But in that case I understand.