Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Add basic initialize tests
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Feb 12, 2018
1 parent 7ce8285 commit ccb723e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Empty file removed tests/.placeholder
Empty file.
4 changes: 4 additions & 0 deletions tests/test_imports.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
def test_imports():
from asyncirc.protocol import IrcProtocol

proto = IrcProtocol([], '')

0 comments on commit ccb723e

Please sign in to comment.