Skip to content

Commit

Permalink
added tests
Browse files Browse the repository at this point in the history
hum ... this only tests that tests works
  • Loading branch information
lisael committed Dec 13, 2014
1 parent 4437f7b commit 2002d58
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[easy_install]
zip_ok = false

[nosetests]
nocapture = 1
cover-package = aioetcd
cover-erase = 1

[flake8]
ignore = N801,N802,N803,E226

5 changes: 5 additions & 0 deletions tests/test_client.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import unittest

class TestClient(unittest.TestCase):
def test_tests(self):
pass

0 comments on commit 2002d58

Please sign in to comment.