Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit f751b95

Browse files
committed
pep8
1 parent ac293eb commit f751b95

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/test_pycallgraph.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from helpers import *
2-
from pycallgraph.output import GraphvizOutput
32
from pycallgraph import pycall_profile
43

4+
55
def test_start_no_outputs(pycg):
6+
67
with pytest.raises(PyCallGraphException):
78
pycg.start()
89

@@ -20,6 +21,7 @@ def test_get_tracer_class(pycg):
2021
pycg.config.threaded = False
2122
assert pycg.get_tracer_class() == SyncronousTracer
2223

24+
2325
@pycall_profile()
2426
def print_something():
2527
print "hello"

0 commit comments

Comments
 (0)