Skip to content

Commit

Permalink
Added little test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZuluPro authored and Adam Stokes committed Apr 2, 2019
1 parent 24c5ad5 commit 87515e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Empty file modified demo/manage.py 100644 → 100755
Empty file.
8 changes: 8 additions & 0 deletions test.exp
@@ -0,0 +1,8 @@
#!/usr/bin/expect

spawn python demo/manage.py runsslserver

expect "Starting development server at https://127.0.0.1:8000/"
expect "Quit the server with CONTROL-C."

send "\x03"

0 comments on commit 87515e4

Please sign in to comment.