This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Wayne
/
IRC-Daemon
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Browse Source
renamed file
master
Wayne
5 years ago
parent
0126299b02
commit
d86117ef46
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
test/test_server.py
1
test/test_Server.py → test/test_server.py
View File
@ -5,3 +5,4 @@
def
test_ping
(
server
)
:
def
test_ping
(
server
)
:
assert
server
.
ping
(
server
,
"
some message
"
)
==
"
PONG
"
assert
server
.
ping
(
server
,
"
some message
"
)
==
"
PONG
"
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Wayne/IRC-Daemon
Title
Body
Create Issue