Skip to content

andreafiori/python-automation-scripts-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python automation scripts collection

Python License Tests

A curated set of reusable Python scripts that automate common development and operational tasks. Each script is designed to be lightweight, well‑documented, and easy to integrate into CI pipelines or local workflows.

Requirements

  • Python version: 3.13.3
  • Pytest

Create virtual env

python -m venv .venv

Activate:

Windows: .venv\Scripts\activate

MacOS/Linux source .venv/bin/activate

Install dependencies

pip install -e . pip install pytest

Docker support

Alternatively, you can use Docker:

docker build --target test -t myapp-test . docker run --rm myapp-test

Run tests

pytest

or

.venv/bin/python -m pytest

About

Python automation scripts collection

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages