Tagged Questions
1
vote
0answers
62 views
Could I print “current line and statement” to stdout in pytest?
Could I print "current line and statement" to stdout in pytest?
I want to modify pytest files to achieve the following:
line 9: snmp_get(node1.1)
line 10: snmp_set(nod1.2)
Anyone can tell me where ...