gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin-tests] branch master updated: include new sample


From: gnunet
Subject: [libeufin-tests] branch master updated: include new sample
Date: Thu, 26 Nov 2020 16:03:04 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin-tests.

The following commit(s) were added to refs/heads/master by this push:
     new 2f4324e  include new sample
2f4324e is described below

commit 2f4324e83ddb690779b5e53caacd942d25031031
Author: MS <ms@taler.net>
AuthorDate: Thu Nov 26 16:02:51 2020 +0100

    include new sample
---
 .gitignore | 3 +++
 checks.py  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9767799
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+.gradle
+__pycache__
+*.swp
diff --git a/checks.py b/checks.py
index dd920d7..c7a6840 100755
--- a/checks.py
+++ b/checks.py
@@ -33,6 +33,9 @@ def assert_json_equal(json1, json2):
     diff = DeepDiff(json1, json2, ignore_order=True, report_repetition=True)
     assert len(diff.keys()) == 0
 
+def test_camt53_example1():
+    parsed = call_parser("./samples/camt53_example1.xml")
+
 def test_camt53_example2():
     parsed = call_parser("./samples/camt53_example2.xml")
     expected = get_json_from_disk("./samples/camt53_example2_expected.json")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]