mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-24 17:59:58 +08:00
change: format code with black
This commit is contained in:
@@ -40,4 +40,9 @@ class TestCli(unittest.TestCase):
|
||||
self.assertIn(__description__, self.captured_output.getvalue().strip())
|
||||
|
||||
def test_debug_pytest(self):
|
||||
pytest.main(["-s", "examples/postman_echo/request_methods/request_with_variables_test.py"])
|
||||
pytest.main(
|
||||
[
|
||||
"-s",
|
||||
"examples/postman_echo/request_methods/request_with_variables_test.py",
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user