mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 04:53:47 +01:00
feat(contributions): add ‹flexmock›
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
0b67888203
commit
7f6671999d
1 changed files with 16 additions and 0 deletions
|
@ -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: (
|
||||
|
|
Loading…
Reference in a new issue