Skip to content

Commit de7182e

Browse files
author
Carl Pearson
committed
style
1 parent bb49bca commit de7182e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Diff for: tests/field/test_field.py

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def generate_html(name):
1515
for job in jobs:
1616
backend.run(job)
1717

18+
1819
def generate_pdf(name):
1920
figure_spec = Specification.load_yaml(os.path.join(THIS_DIR, name))
2021
figure_spec.find_input_files([THIS_DIR])

Diff for: tests/input_file/test_input_file.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ def test_subplot():
5151

5252
def test_undefined():
5353
with pytest.raises(InputFileNotDefinedError):
54-
n.subplots[0].series[0].input_file()
54+
n.subplots[0].series[0].input_file()

Diff for: tests/test_cli_bar.py

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ def test_scope_plot_bar(tmpdir, run):
2323
"real_time", os.path.join(FIXTURES_DIR, "temp.pdf"))
2424
assert result.ret == 0
2525

26+
2627
def test_scope_plot_bar_nonfloat(tmpdir, run):
2728
result = run("bar", os.path.join(FIXTURES_DIR, "unsorted.json"), "name",
2829
"real_time", os.path.join(FIXTURES_DIR, "temp.pdf"))

0 commit comments

Comments
 (0)