ericsalesdeandrade
Learn to write production-level Python Unit Tests - https://pytest-with-eric.com/
@traction-global London
Pinned Repositories
number-logic
Simple example of Unit Testing with PyTest
pytest-fixtures-examples
Learn how to use Fixtures in Pytest with a simple Flask API Calculator App
pytest-github-actions-example
A simple example of how to run Pytest on GitHub Actions
pytest-parallel-example
How to run unit tests in parallel in PyTest
pytest-rest-api-example
How to test External REST APIs using PyTest
pytest-vs-unittest-example
pytest-asyncio-example
A Practical Guide To Async Testing With Pytest-Asyncio
pytest-environment-variables-example
3 Simple Ways To Define Environment Variables In Pytest
pytest-fastapi-crud-example
Testing a FastAPI CRUID API using Pytest
pytest-mock-example
How To Mock In Pytest? (A Comprehensive Guide)
ericsalesdeandrade's Repositories
ericsalesdeandrade/pytest-github-actions-example
A simple example of how to run Pytest on GitHub Actions
ericsalesdeandrade/pytest-vs-unittest-example
ericsalesdeandrade/number-logic
Simple example of Unit Testing with PyTest
ericsalesdeandrade/pytest-fixtures-examples
Learn how to use Fixtures in Pytest with a simple Flask API Calculator App
ericsalesdeandrade/pytest-rest-api-example
How to test External REST APIs using PyTest
ericsalesdeandrade/pytest-parallel-example
How to run unit tests in parallel in PyTest
ericsalesdeandrade/pytest-conftest-example
How to use conftest.py in PyTest
ericsalesdeandrade/pytest-pythonpath-example
4 Proven Ways To Define Pytest PythonPath and Avoid Module Import Errors
ericsalesdeandrade/pytest-timeout-example
How to Timeout long running tests in Pytest
ericsalesdeandrade/aws-templates-and-code
Templates and Code to provision resources in AWS (Amazon Web Services)
ericsalesdeandrade/pets-name-langchain
App built with lang-chain utilizing OpenAI API to generate cool pet names based on the animal type and color.
ericsalesdeandrade/pytest-assert-exception-example
How To Test Python Exception Handling Using Pytest Assert (A Simple Guide)
ericsalesdeandrade/pytest-code-coverage-example
How to generate Code Coverage Reports in Python and Pytest
ericsalesdeandrade/pytest-django-restapi-example
Comprehensive Step-by-Step Guide to Testing Django REST APIs with Pytest
ericsalesdeandrade/pytest-hypothesis-example
How to Use Hypothesis and Pytest for Robust Property-Based Testing in Python
ericsalesdeandrade/pytest-ini-example
How to manage config with pytest.ini in Pytest
ericsalesdeandrade/pytest-monkeypatch-example
How to monkeypatch in PyTest
ericsalesdeandrade/pytest-plugins-example
Useful Pytest plugins with examples
ericsalesdeandrade/pytest-read-json-example
5 Easy Ways To Read JSON Input Data In Pytest
ericsalesdeandrade/pytest-skip-test-example
How to Skip and Fail tests in Pytest
ericsalesdeandrade/python-local-lambda-example
How to Run and Test Python Lambdas locally
ericsalesdeandrade/CybSafe_ESDA
ericsalesdeandrade/Data-Analysis-and-Visualization-Projects
Analysis and Visualization of interesting data sets using Python
ericsalesdeandrade/Data-Manipulation-with-SQL
Using SQLite3
ericsalesdeandrade/ericsalesdeandrade.github.io
ericsalesdeandrade/fastapi-graphql-tutorial
fastapi-graphql-tutorial
ericsalesdeandrade/hex_rgb_convertor
Code to convert Hex to RGB and vice versa while calculating the average hex value of the input
ericsalesdeandrade/join-the-siege
Heron Coding Challenge - File Classifier
ericsalesdeandrade/pytest-sqlalchemy-mock-database-example