mirror of
https://github.com/Permissionless-Software-Foundation/x402-base-facilitator.git
synced 2026-09-21 16:52:01 -07:00
Moved old tests to old-tests directory
This commit is contained in:
+8
-3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user