Moved old tests to old-tests directory

This commit is contained in:
Chris Troutner
2021-03-28 15:16:10 -07:00
parent 345c55c150
commit 17f0472d59
11 changed files with 8 additions and 3 deletions
+8 -3
View File
@@ -1,3 +1,8 @@
The files in this directory are named so as to control the order in which
the files are executed by mocha. a01... runs first. The order is important,
as some tests downstream depend on tests upstream.
# Unit Tests
Unit tests are defined as testing the smallest possible unit of a function. They also do not make any live network calls.
Unit tests are broken up by directory:
- [biz-logic](./biz-logic) tests the business logic libraries.
- [rest-api](./rest-api) tests the REST API specific handling of the router.
- json-rpc (coming soon) tests the JSON-RPC routing using ipfs-coord library.