Skip to content

Commit 0c8d7c8

Browse files
committed
fix route slug regex and add test suite.
1 parent 6fc78e3 commit 0c8d7c8

19 files changed

Lines changed: 1217 additions & 29 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ pip-delete-this-directory.txt
3030
.cache
3131
nosetests.xml
3232
coverage.xml
33+
.env

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.10

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"python.analysis.autoImportCompletions": true,
3+
"python.analysis.typeCheckingMode": "basic"
4+
}
-2.81 KB
Binary file not shown.
-3.17 KB
Binary file not shown.
-2.81 KB
Binary file not shown.
-3.16 KB
Binary file not shown.
-2.65 KB
Binary file not shown.
-2.99 KB
Binary file not shown.
-2.62 KB
Binary file not shown.

0 commit comments

Comments
 (0)