Skip to content

Commit

Permalink
Updated info in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus91 committed May 4, 2020
1 parent 7e29e3e commit 4376830
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

This is intended to be a library for writing unit tests in a way that resembles xUnit (in as much as it can).

### Credits

This project is inspired by xUnit, after using those in Java and C# it seemed like having something _similar_ for Vala might be a good idea.

The project here is inspired by the work of Michael Gratton, for testing the Geary mail client from the Gnome project. The code for this can be found here:

https://gitlab.gnome.org/dilinger/geary/-/blob/mainline/test/test-case.vala

## Usage

This section will be littered with examples later...

0 comments on commit 4376830

Please sign in to comment.