Skip to content

Commit

Permalink
test first working static file support
Browse files Browse the repository at this point in the history
  • Loading branch information
dave42w committed Nov 21, 2024
1 parent 5c07057 commit f79026b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions unit_tests/test_static_directory.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from robyn import Robyn


def test_static_directory():
app = Robyn(__file__)
app.set_static_files_directory()

0 comments on commit f79026b

Please sign in to comment.