This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Daniel Bluhm <daniel.bluhm@sovrin.org>
- Loading branch information
1 parent
e241947
commit 7848cad
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Version 0.1.0 (2019-07-17) | ||
========================== | ||
|
||
This is the initial release of the Aries Protocol Test Suite. Much of the work | ||
here was strongly influenced by the [Indy Agent Test | ||
Suite](https://github.com/hyperledger/indy-agent/tree/master/test_suite). This | ||
test suite supersedes the Indy Agent Test Suite as the Indy Agent community | ||
migrates to the Hyperledger Aries Project. | ||
|
||
Tests | ||
----- | ||
- [A simple messaging test between the suite and a static | ||
agent](protocol_tests/test_simple_messaging.py) | ||
- [Manual connection tests from Indy Agent Test | ||
Suite](protocol_tests/connection/test_manual.py) | ||
|
||
Test Suite Improvements | ||
----------------------- | ||
(Improvements relative to the Indy Agent Test Suite) | ||
|
||
- Core of the test suite is now a more fully featured agent | ||
- Return routing support | ||
- Improved transport handling | ||
- Expect messages based on message type (helps reduce false negatives) |