Skip to content

wallaceespindola/PythonRuns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python

PythonRuns

Tests on Python Code Examples.

Installation

Install and activate the virtual environment:

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

Install the needed 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.

About

Python Code & Tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages