Metadata-Version: 2.4
Name: funfedi_runner
Version: 0.1.2
Project-URL: repository, https://codeberg.org/funfedidev/funfedi_runner
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: allure-pytest>=2.15.2
Requires-Dist: fediverse-pasture>=0.2.25
Requires-Dist: funfedi-connect>=0.1.3
Requires-Dist: funfedi-parsing-test-cases
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pytest>=9.0.2

# funfedi_runner

Running tests

## steps

```
docker compose up
docker compose exec pasture-one-actor /opt/test_shell.sh /bin/sh
```

Run tests via

```bash
PYTHONPATH=$(pwd) FEDI_APP=name \
    pytest --alluredir  allure-results tests
```

### Running allure

```bash
docker run --rm -ti -v .:/work --workdir /work helgekr/allure ./allure.sh
```

and serve via

```bash
python -mhttp.server -dallure-report
```
