docbrown/docs/tests/unit-tests.md
Andrew Brown 30dcb23169 #2507 - refactor GitDocs documentation (#2595)
* #2507 - refactor GitDocs documentation

* #2507 - fix grammar and spelling errors
2019-04-29 10:08:22 -04:00

313 B

title
Unit Tests

Unit Tests

A unit test is about testing in isolate a single function and all of its possible output.

Unit tests can be found in

spec/models and other various directories within the spec directory.

spec/system is for integration tests

spec/requets is for acceptance tests