]> granicus.if.org Git - graphviz/commit
use f-strings in Python test scripts
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 2 Jan 2021 03:23:51 +0000 (19:23 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 6 Feb 2021 01:22:40 +0000 (17:22 -0800)
commitee4a7d331664cb2e40a249a58cc9fa1cf3ed0702
treeb9aca77771bf399a3c7832b18f0a2d4646f1a9a3
parent3d8e587c5910648cf79131655327e58bb24c7cbe
use f-strings in Python test scripts

Now that we have Python 3.6 as a base line requirement, we can use f-strings
pervasively. Related to #1870.
ci/tests.py
rtest/rtest.py
rtest/test_examples.py
rtest/test_regression.py
rtest/test_tools.py
tests/regression_tests/installation/test_installation.py
tests/regression_tests/regression_test_helpers.py
tests/regression_tests/shapes/shapes.py
tests/regression_tests/shapes/test_shapes.py
tests/regression_tests/vuln/vuln.py