<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>testing on Jaaved Ali Khan</title><link>https://jaaved.netlify.app/tags/testing/</link><description>Recent content in testing on Jaaved Ali Khan</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Sat, 02 Nov 2024 17:29:11 +0530</lastBuildDate><atom:link href="https://jaaved.netlify.app/tags/testing/index.xml" rel="self" type="application/rss+xml"/><item><title>pytest</title><link>https://jaaved.netlify.app/notes/20210809095552-pytest/</link><pubDate>Sat, 02 Nov 2024 17:29:11 +0530</pubDate><guid>https://jaaved.netlify.app/notes/20210809095552-pytest/</guid><description>Summary # Awesome testing framework for python.
Setting up Django project # Create pytest.ini file in the Django root directory # pytest.ini
[pytest] DJANGO_SETTINGS_MODULE = epay.settings # in KFUPM settings loads local_settings # -- recommended but optional: python_files = tests.py test_*.py *_tests.py Run tests # Directory structure:
epay # repo root epay # django root epay settings.py# loads local_settings.py __init__.py local_settings.py app # application tests views_tests.py pytest.init conftest.py From the repository root</description></item><item><title>Ansible Testing Spectrum</title><link>https://jaaved.netlify.app/notes/202105131012-ansible_ansible_testing_spectrum/</link><pubDate>Sat, 14 Jan 2023 20:19:27 +0400</pubDate><guid>https://jaaved.netlify.app/notes/202105131012-ansible_ansible_testing_spectrum/</guid><description> Testing playbooks
valid yaml: yamllint best practices using yaml valid playbook: check sytanx error and</description></item></channel></rss>