Skip to content

wallaceespindola/PythonRuns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

79503b1 · Apr 9, 2025
Jun 10, 2024
Sep 5, 2023
Apr 9, 2025
Apr 9, 2025
Jun 10, 2024
Sep 13, 2024
Feb 26, 2025
Jul 3, 2023
Jan 31, 2025
Feb 13, 2025
Feb 13, 2025
Mar 8, 2025
Feb 13, 2025
Feb 13, 2025
Apr 9, 2025

Repository files navigation

Python

PythonRuns

Apache 2.0 License Python Pytest

Tests on Python Code Examples.

Installation

Install and activate the virtual environment:

python3 -m virtualenv .venv
source .venv/bin/activate

Install the necessary dependencies:

pip install -r requirements.txt

How to Run

To run some function:

python3 -m sources.file_to_run

To run all the tests in directory 'tests':

python -m unittest discover -s tests

Examples

Author

License

  • This project is released under the Apache 2.0 License. See the LICENSE file for details.
  • Copyright © 2024 Wallace Espindola.