Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bredalis/pytest
🐍 Testing's librery for Python 🐍
https://github.com/bredalis/pytest
framework librery programming-language pytest python testing unit-testing
Last synced: 1 day ago
JSON representation
🐍 Testing's librery for Python 🐍
- Host: GitHub
- URL: https://github.com/bredalis/pytest
- Owner: Bredalis
- License: gpl-3.0
- Created: 2024-06-10T01:15:33.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-10T02:58:14.000Z (6 days ago)
- Last Synced: 2024-11-10T03:28:17.620Z (6 days ago)
- Topics: framework, librery, programming-language, pytest, python, testing, unit-testing
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🐍 Testing's librery for Python 🐍
🐍 PyTest es una biblioteca de pruebas en Python que facilita la escritura de
pruebas simples y escalables para aplicaciones y bibliotecas. 📈 Es popular por su
simplicidad y su capacidad para manejar pruebas complejas y parametrizadas con facilidad.
🔌 PyTest también ofrece una amplia gama de plugins y una gran flexibilidad para adaptarse
a diversas necesidades de prueba.## Índice de Contenidos 🧾
- Descripción 📝
- Instalación 🛠️
- Uso 📘
- Licencia📜## Instalación 🖥️
1. Clona el repositorio:
```
git clone https://github.com/Bredalis/PyTest.git
```
## Uso ⚙️Para ejecutar un programa, simplemente navega al directorio del programa y ejecuta el archivo Python correspondiente. Por ejemplo:
1. Ubicate en la ruta del programa:
```
cd ruta-del-programa
```
2. Ejecuta el programa con el comando:```
pytest
```3. Comandos para trabajar con Pytest, link:
```
https://github.com/Bredalis/Commands/blob/master/Testing.txt
```## Licencia 📜
Este proyecto está licenciado bajo la Licencia 📜 GPLv3 (GNU General Public License V3.0).
##
[![Github](https://img.shields.io/github/followers/Bredalis?label=Follow&style=social)](https://github.com/Bredalis)
![GitHub Followers](https://img.shields.io/github/stars/bredalis?style=social)
😊 Soy una programadora con 3 años en este sector, me encanta crear y aprender constantemente. ¡Amo lo que hago! #nlp #ia 😊
## Mira mi perfil de GitHub:
[![Web](https://img.shields.io/badge/GitHub-Bredalis-14a1f0?style=for-the-badge&logo=github&logoColor=white&labelColor=101010)](https://github.com/bredalis)