Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
manatlan committed Mar 1, 2024
1 parent 7d2a088 commit 90f2c32
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test_runners.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ def init(self):


def test_default():
from htag.runners import BrowserHTTP
BrowserHTTP( MyApp )
from htag.runners import Runner
app=Runner( MyApp )
#TODO: test app.add_route( )
#TODO: test app.handle( )

def data_source():
for i in [
Expand Down

0 comments on commit 90f2c32

Please sign in to comment.