From 7f6671999d8354b59d00a2672c577bc55902d843 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Fri, 15 Mar 2024 21:49:09 +0100 Subject: [PATCH] =?UTF-8?q?feat(contributions):=20add=20=E2=80=B9flexmock?= =?UTF-8?q?=E2=80=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej Focko --- src/pages/contributions.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/pages/contributions.tsx b/src/pages/contributions.tsx index 45d3089..2935f36 100644 --- a/src/pages/contributions.tsx +++ b/src/pages/contributions.tsx @@ -6,6 +6,22 @@ import Contribution, { } from "../components/contributions/Contribution"; const contributions: ContributionMetadata[] = [ + { + title: "flexmock", + description: ( +

+ Flexmock is a testing library for Python that makes it easy to create + mocks, stubs, and fakes. +

+ ), + contribution: ( +

+ I've converted the interception for pytest after they've changed their + internal design to use pytest's hook system. +

+ ), + repoURL: "https://github.com/flexmock/flexmock", + }, { title: "tmt", description: (