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 d204e0c commit 93afdffCopy full SHA for 93afdff
tests/test_influxdb_client_3.py
@@ -278,3 +278,6 @@ def test_get_version_fail(self):
278
InfluxDBClient3(
279
host=f'http://{server.host}:{server.port}', org="ORG", database="DB", token="TOKEN"
280
).get_server_version()
281
+
282
+if __name__ == '__main__':
283
+ unittest.main()
0 commit comments