Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 830c036

Browse files
author
Meaghan Lewis
authored
Create how-to-test.md
1 parent d4cea97 commit 830c036

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/contributing/how-to-test.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
Unit and Integration tests for Unity can be found under `src/tests/`.
3+
4+
## Testing requirements
5+
Unit and integration tests currently run with NUnit 2.6.4.
6+
7+
## Running tests
8+
Tests can be run after building the Unity project. To run the tests execute `test.cmd` on Windows or `test.sh` on Mac.
9+
10+
We use [Appveyor](https://ci.appveyor.com/project/github-windows/unity/build/tests) as the CI for this project to run tests, but it is also necessary to run tests locally when making code changes.

0 commit comments

Comments
 (0)