Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<p align="center">
<img src="https://raw.githubusercontent.com/GrafGenerator/mokkit/main/assets/icon-256.png" alt="Mokkit" width="120" height="120">
</p>

# Mokkit

[![NuGet](https://img.shields.io/nuget/vpre/Mokkit.svg)](https://www.nuget.org/packages/Mokkit)
Expand Down
1 change: 1 addition & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default defineConfig({
starlight({
title: 'Mokkit',
description: "Write tests that read like a story in your domain's language — as plain, compilable C#.",
logo: { src: './src/assets/logo.svg', alt: 'Mokkit' },
favicon: '/favicon.svg',
head: [
// PNG fallbacks for browsers that don't use the SVG favicon, plus the Apple touch icon.
Expand Down
16 changes: 16 additions & 0 deletions docs/src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Mokkit/Mokkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Title>Mokkit</Title>
<Description>Mokkit is a tool set to organize AAA (arrange, act, assert) flow in tests.</Description>
<Description>Write tests that read like a story in your domain's language — plain, compilable C# with the readability of BDD tools, but no DSL. Mokkit orchestrates an Arrange / Act / Inspect flow over your choice of test framework, mock library and DI container.</Description>
</PropertyGroup>

<!-- Bundle the source generator into this package (analyzers/dotnet/cs) and run it during this build. -->
Expand Down
Loading