tests: Add fuzz test

This commit is contained in:
James Westman 2022-04-18 17:34:13 -05:00
parent 4e2501c7d7
commit 9144ac67f0
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
5 changed files with 61 additions and 1 deletions

View file

@ -1,5 +1,9 @@
FROM fedora:latest
RUN dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel libadwaita-devel
RUN dnf install -y meson python3-pip gtk4-devel gobject-introspection-devel libadwaita-devel python3-devel
RUN pip3 install furo mypy sphinx coverage
# The version on PyPI is very old and doesn't install. Use the upstream package registry instead.
RUN pip install pythonfuzz --extra-index-url https://gitlab.com/api/v4/projects/19904939/packages/pypi/simple
RUN dnf install -y git