We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7beb32 commit fb41ff2Copy full SHA for fb41ff2
tests/client/test_delphi_epidata.py
@@ -4,13 +4,13 @@
4
import unittest
5
6
# py3tester coverage target
7
-__test_target__ = 'delphi.epidata.client.delphi_epidata'
+__test_target__ = "delphi.epidata.client.delphi_epidata"
8
9
10
class UnitTests(unittest.TestCase):
11
- """Basic unit tests."""
+ """Basic unit tests."""
12
13
- # TODO: Unit tests still need to be written. This no-op test will pass unless
14
- # the target file can't be loaded. In effect, it's a syntax checker.
15
- def test_syntax(self):
16
- pass
+ # TODO: Unit tests still need to be written. This no-op test will pass unless
+ # the target file can't be loaded. In effect, it's a syntax checker.
+ def test_syntax(self):
+ pass
0 commit comments