Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Remove emojis because they break setup on Windows :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Burns committed Oct 19, 2019
1 parent 0b109c1 commit 6fec330
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ A modern Python test framework designed to help you find and fix flaws faster.

This project is a work in progress. Some of the features that are currently available in a basic form are listed below.

* **🎨 Colourful, human readable output:** quickly pinpoint and fix issues with detailed output for failing tests.
* **📦 Modular test dependencies:** manage test setup/teardown code using modular pytest-style fixtures.
* **🧪 Expect API:** A simple but powerful assertion API inspired by [Jest](https://jestjs.io).
* **🌍 Cross platform:** Tested on Mac OS, Linux, and Windows.
* **🧙‍♂️ Zero config:** Sensible defaults mean running `ward` with no arguments is enough to get started.
* **Colourful, human readable output:** quickly pinpoint and fix issues with detailed output for failing tests.
* **Modular test dependencies:** manage test setup/teardown code using modular pytest-style fixtures.
* **Expect API:** A simple but powerful assertion API inspired by [Jest](https://jestjs.io).
* **Cross platform:** Tested on Mac OS, Linux, and Windows.
* **Zero config:** Sensible defaults mean running `ward` with no arguments is enough to get started.

Planned features:

Expand Down

0 comments on commit 6fec330

Please sign in to comment.