An open API service indexing awesome lists of open source software.

https://github.com/zyuanlim/software-data-testing


https://github.com/zyuanlim/software-data-testing

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Software and Data Testing

Software and data testing / validation techniques using Python.

## Getting Started

1. Clone the repository
2. Create a virtual environment:

```bash
python -m venv venv
source venv/bin/activate # On Windows use: venv\Scripts\activate
```

3. Install dependencies:

```bash
pip install -r requirements.txt
```

## Running Tests

Execute tests using:

```bash
python -m pytest
```

To test a specific file, use:

```bash
python -m pytest tests/test_file.py
```

## Features

- Unit testing
- HTTP request testing
- Mock testing capabilities
- Data validation and testing