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
21 changes: 21 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## Description

> Briefly describe what this PR does. Focus on the problem solved or the improvement made.

<!-- reply here -->

## ✅ Checklist

> Mark the conditions was full filled

- [ ] Code was tested locally
- [ ] No magic numbers
- [ ] Documentation updated (if applicable)
- [ ] No comments
- [ ] No force unwraps

## 🧪 How to Test

> Describe the steps to test this change.

<!-- reply here -->
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# EasyMock
![Banner](./doc-images/banner.jpg)

[![Swift](https://github.com/EasyPackages/EasyMock/actions/workflows/swift.yml/badge.svg)](https://github.com/EasyPackages/EasyMock/actions/workflows/swift.yml)

## Simulate. Test. Verify
# Simulate. Test. Verify

A lightweight and expressive library for unit testing in Swift — supporting `async/await`, delays, error simulation, and call tracking.

Expand Down
Binary file added doc-images/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc-images/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.