From 7cf44a14a00a5dbb3b2684163d0e611b9eeab951 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 22 Nov 2017 13:47:28 +0900 Subject: [PATCH] Add note about visualtests and development with testcases --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53ffcdc860..f9dbd4f924 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ This framework is intended to take steps beyond what you would normally expect f - Anywhere we implement graphical components, they will be displayed with a generic design and will be derivable for further customisation. - Common elements used by games (texture caching, font loading) will be automatically initialised at runtime. +- Allow for isolated development of components via a solid testing environment (`VisualTests` and `TestCases`). Check the [wiki](https://github.com/ppy/osu-framework/wiki/Development-and-Testing) for more information on how these can be used to streamline development. # Contributing