feat(contributions): add ‹flexmock›

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2024-03-15 21:49:09 +01:00
parent 0b67888203
commit 7f6671999d
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -6,6 +6,22 @@ import Contribution, {
} from "../components/contributions/Contribution";
const contributions: ContributionMetadata[] = [
{
title: "flexmock",
description: (
<p>
Flexmock is a testing library for Python that makes it easy to create
mocks, stubs, and fakes.
</p>
),
contribution: (
<p>
I've converted the interception for pytest after they've changed their
internal design to use pytest's hook system.
</p>
),
repoURL: "https://github.com/flexmock/flexmock",
},
{
title: "tmt",
description: (