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: (