Skip to content

Commit

Permalink
test: Run routing tests along with py testing suite. #1484
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Sep 19, 2023
1 parent 5b162ec commit e67e5c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/tests/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from .test_expando import *
from .test_python_server import *
from .test_python_server_async import *
from .test_routing import *

if __name__ == '__main__':
waved_p = None
Expand Down

0 comments on commit e67e5c9

Please sign in to comment.