testing-python-apps
Testing Python Apps course repository
File Explorer
Download Latest Version (.zip)- blog.html
- home.html
- new_post.html
- post.html
- __init__.py
- base_page.py
- blog_page.py
- home_page.py
- new_post_page.py
- __init__.py
- base_page.py
- blog_page.py
- home_page.py
- new_post_page.py
- __init__.py
- content.py
- interactions.py
- navigation.py
- waits.py
- __init__.py
- content.feature
- navigation.feature
- __init__.py
- app.py
- requirements.txt
- blog.html
- home.html
- new_post.html
- post.html
- __init__.py
- base_page.py
- blog_page.py
- home_page.py
- new_post_page.py
- post_page.py
- __init__.py
- base_page.py
- blog_page.py
- home_page.py
- new_post_page.py
- post_page.py
- __init__.py
- content.py
- interaction.py
- navigation.py
- waits.py
- __init__.py
- content.feature
- navigation.feature
- __init__.py
- app.py
- README.md
- requirements.txt
- README.md
- __init__.py
- blog_test.py
- __init__.py
- app_test.py
- __init__.py
- blog_test.py
- post_test.py
- __init__.py
- app.py
- blog.py
- post.py
- home.html
- __init__.py
- base_test.py
- test_home.py
- __init__.py
- __init__.py
- app.py
- requirements.txt
- __init__.py
- item.py
- __init__.py
- item.py
- __init__.py
- __init__.py
- app.py
- db.py
- readme.md
- requirements.txt
- run.py
- __init__.py
- item.py
- __init__.py
- item.py
- __init__.py
- item_test.py
- __init__.py
- __init__.py
- item_test.py
- __init__.py
- __init__.py
- base_test.py
- __init__.py
- app.py
- db.py
- Procfile
- readme.md
- requirements.txt
- run.py
- runtime.txt
- uwsgi.ini
- __init__.py
- item.py
- store.py
- __init__.py
- item.py
- store.py
- __init__.py
- item_test.py
- __init__.py
- __init__.py
- item_test.py
- __init__.py
- __init__.py
- base_test.py
- __init__.py
- app.py
- db.py
- readme.md
- requirements.txt
- run.py
- __init__.py
- item.py
- store.py
- __init__.py
- item.py
- store.py
- __init__.py
- item_test.py
- store_test.py
- __init__.py
- __init__.py
- item_test.py
- store_test.py
- __init__.py
- __init__.py
- base_test.py
- __init__.py
- app.py
- db.py
- Procfile
- README.md
- requirements.txt
- run.py
- runtime.txt
- uwsgi.ini
- __init__.py
- item.py
- store.py
- user.py
- __init__.py
- item.py
- store.py
- user.py
- __init__.py
- item_test.py
- store_test.py
- user_test.py
- __init__.py
- __init__.py
- item_test.py
- store_test.py
- user_test.py
- __init__.py
- item_test.py
- store_test.py
- user_test.py
- __init__.py
- __init__.py
- base_test.py
- __init__.py
- app.py
- db.py
- Procfile
- README.md
- requirements.txt
- run.py
- runtime.txt
- security.py
- uwsgi.ini
- overview-of-running-tests-with-newman-export-22-03-2024-11_38_55.png
- pycharm-run-configuration-flow-export-22-03-2024-11_38_55.png
- __init__.py
- item.py
- store.py
- user.py
- __init__.py
- item.py
- store.py
- user.py
- __init__.py
- item_test.py
- store_test.py
- user_test.py
- __init__.py
- __init__.py
- item_test.py
- store_test.py
- user_test.py
- __init__.py
- item_test.py
- store_test.py
- user_test.py
- __init__.py
- __init__.py
- base_test.py
- __init__.py
- app.py
- db.py
- Procfile
- readme.md
- requirements.txt
- run.py
- runtime.txt
- security.py
- uwsgi.ini
- README.md
- stores-rest-api.postman_collection.json
- stores-rest-api.postman_environment.json
- .gitignore
- .pylintrc
- .travis.yml
- README.md
- requirements.txt
- testing-python-apps.md
# Installation Guide
1. Get the code
git clone https://github.com/tecladocode/testing-python-apps
Downloads the entire project code from GitHub to your computer.
cd testing-python-apps
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
