"fix" a couple of http -> https redirects

Found with
urli-fix . -a http: -i pytest
This commit is contained in:
Nico Schlömer
2021-04-26 17:44:27 +02:00
parent 0341893512
commit 9ef608ef76
22 changed files with 57 additions and 57 deletions

View File

@@ -71,7 +71,7 @@ The ``[100%]`` refers to the overall progress of running all test cases. After i
.. note::
You can use the ``assert`` statement to verify test expectations. pytests `Advanced assertion introspection <http://docs.python.org/reference/simple_stmts.html#the-assert-statement>`_ will intelligently report intermediate values of the assert expression so you can avoid the many names `of JUnit legacy methods <http://docs.python.org/library/unittest.html#test-cases>`_.
You can use the ``assert`` statement to verify test expectations. pytests `Advanced assertion introspection <https://docs.python.org/reference/simple_stmts.html>`_ will intelligently report intermediate values of the assert expression so you can avoid the many names `of JUnit legacy methods <https://docs.python.org/library/unittest.html>`_.
Run multiple tests
----------------------------------------------------------