# Python Testing Tutorial
## 下载
### Docker
```
docker pull apachecn0/python-testing-tutorial
docker run -tid -p <port>:80 apachecn0/python-testing-tutorial
# 访问 http://localhost:{port} 查看文档
```
### PYPI
```
pip install python-testing-tutorial
python-testing-tutorial <port>
# 访问 http://localhost:{port} 查看文档
```
### NPM
```
npm install -g python-testing-tutorial
python-testing-tutorial <port>
# 访问 http://localhost:{port} 查看文档
```
Raw data
{
"_id": null,
"home_page": "https://github.com/apachecn/python-testing-tutorial",
"name": "python-testing-tutorial",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "ApacheCN",
"author_email": "apachecn@163.com",
"download_url": "https://files.pythonhosted.org/packages/a4/9a/2bb928797ac739b79bcd72bcd1315c03fa3f366ca14a51fa0641120a2853/python-testing-tutorial-2024.3.4.0.tar.gz",
"platform": null,
"description": "# Python Testing Tutorial\n\n## \u4e0b\u8f7d\n\n### Docker\n\n```\ndocker pull apachecn0/python-testing-tutorial\ndocker run -tid -p <port>:80 apachecn0/python-testing-tutorial\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\n```\n\n### PYPI\n\n```\npip install python-testing-tutorial\npython-testing-tutorial <port>\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\n```\n\n### NPM\n\n```\nnpm install -g python-testing-tutorial\npython-testing-tutorial <port>\n# \u8bbf\u95ee http://localhost:{port} \u67e5\u770b\u6587\u6863\n```\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Python Testing Tutorial",
"version": "2024.3.4.0",
"project_urls": {
"Homepage": "https://github.com/apachecn/python-testing-tutorial"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "40a76c76cc82230f11c2a738e162e8993bd60e4b9528c6ca649ca15f0f0df0d0",
"md5": "cae39c98b46cfb11b0b4ae1682a9cca1",
"sha256": "3f24e9cc176c5b613102dd4992120731bc2adbb2afb8f37dbc27a7be6841713e"
},
"downloads": -1,
"filename": "python_testing_tutorial-2024.3.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cae39c98b46cfb11b0b4ae1682a9cca1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 555210,
"upload_time": "2024-03-03T19:29:44",
"upload_time_iso_8601": "2024-03-03T19:29:44.472245Z",
"url": "https://files.pythonhosted.org/packages/40/a7/6c76cc82230f11c2a738e162e8993bd60e4b9528c6ca649ca15f0f0df0d0/python_testing_tutorial-2024.3.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a49a2bb928797ac739b79bcd72bcd1315c03fa3f366ca14a51fa0641120a2853",
"md5": "40d7cd2b09f074525d8e171f94d2191d",
"sha256": "4aacdb082b9f70cb6e8d92d70375d975137cd9b02d72059f7413d7a5d65d447d"
},
"downloads": -1,
"filename": "python-testing-tutorial-2024.3.4.0.tar.gz",
"has_sig": false,
"md5_digest": "40d7cd2b09f074525d8e171f94d2191d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 535867,
"upload_time": "2024-03-03T19:29:46",
"upload_time_iso_8601": "2024-03-03T19:29:46.379908Z",
"url": "https://files.pythonhosted.org/packages/a4/9a/2bb928797ac739b79bcd72bcd1315c03fa3f366ca14a51fa0641120a2853/python-testing-tutorial-2024.3.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-03 19:29:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "apachecn",
"github_project": "python-testing-tutorial",
"github_not_found": true,
"lcname": "python-testing-tutorial"
}