Thanks to visit codestin.com Credit goes to github.com
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 db8f5c3 commit ac98a4eCopy full SHA for ac98a4e
1 file changed
Lib/test/test_syslog.py
@@ -32,6 +32,10 @@ def test_log_mask(self):
32
def test_log_upto(self):
33
syslog.LOG_UPTO(syslog.LOG_INFO)
34
35
+ def test_openlog_noargs(self):
36
+ syslog.openlog()
37
+ syslog.syslog('test message from python test_syslog')
38
+
39
def test_main():
40
support.run_unittest(__name__)
41
0 commit comments