From b98ef03fba99cc47b66e00bf0e4c703376a2cba2 Mon Sep 17 00:00:00 2001 From: Alexis Grojean Date: Fri, 24 Nov 2023 10:52:00 +0100 Subject: [PATCH] Update app manifest to add pytest directory field. --- ledger_app.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ledger_app.toml b/ledger_app.toml index 8cff46c..5cff00b 100644 --- a/ledger_app.toml +++ b/ledger_app.toml @@ -2,3 +2,6 @@ build_directory = "./" sdk = "Rust" devices = ["nanos", "nanox", "nanos+"] + +[tests] +pytest_directory = "./tests/"