python:
https://docs.python.org/3/
https://docs.python.org/3/tutorial/index.html
[https://docs.python.org/3/library/index.html](https://docs.python.org/3/library/index.html)
* https://docs.python.org/3/library/string.html
* https://docs.python.org/3/library/re.html
* https://docs.python.org/3/library/datetime.html
* https://docs.python.org/3/library/math.html
* https://docs.python.org/3/library/threading.html
* https://docs.python.org/3/library/subprocess.html
* https://docs.python.org/3/library/json.html
* https://docs.python.org/3/library/http.server.html
* [https://docs.python.org/3/library/typing.html](https://docs.python.org/3/library/typing.html)
unittest&ddt:
[https://docs.python.org/3/library/unittest.html](https://docs.python.org/3/library/unittest.html)
[https://ddt.readthedocs.io/en/latest/example.html](https://ddt.readthedocs.io/en/latest/example.html)
allure:
[https://docs.qameta.io/allure/#_pytest](https://docs.qameta.io/allure/#_pytest)
[https://github.com/allure-framework/allure2/releases/tag/2.14.0](https://github.com/allure-framework/allure2/releases/tag/2.14.0)
pytest:
[https://docs.pytest.org/en/latest/](https://docs.pytest.org/en/latest/)
[https://github.com/pytest-dev/pytest](https://github.com/pytest-dev/pytest)
[https://docs.pytest.org/en/latest/how-to/parametrize.html#parametrize](https://docs.pytest.org/en/latest/how-to/parametrize.html#parametrize)
[https://pytest-ordering.readthedocs.io/en/develop/](https://pytest-ordering.readthedocs.io/en/develop/)
网友评论