summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Artyom Shalkhakov <artyom.shalkhakov@gmail.com>2018-05-28 21:39:46 +0600
committerGravatar Artyom Shalkhakov <artyom.shalkhakov@gmail.com>2018-05-28 21:39:46 +0600
commit6fc9746d0cc8f18cc570647b8e571a34c5aeb0fe (patch)
tree4f8f0a8537506b4d4d744307ff0f46c46e1e9df0 /tests
parent7f6f6045c0c1cc9bd8323e3e7de905e0e46fe82d (diff)
Formatting
Diffstat (limited to 'tests')
-rw-r--r--tests/cradio.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/cradio.py b/tests/cradio.py
index b70b2ef1..acc8dc11 100644
--- a/tests/cradio.py
+++ b/tests/cradio.py
@@ -1,13 +1,7 @@
import unittest
import base
-# issue: initialization doesn't quite work
-
class Suite(base.Base):
-# test case:
-# initially the source is EMPTY
-# then we pick SECOND variant and check the source
-# then we pick the FIRST variant and check the source
def test_1(self):
"""Test case 1"""
self.start("Cradio/main")