mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-02-06 17:24:20 +01:00
[FEAT] Improve tests (#296)
* test cli arent async tests * unused SERVER_ENDPOINT var * async test werent marked async * make test didnt use correct ports * enable more verbose test logging * refactor conftest variable * not needed anymore are set in conftest * using test_data now for conftest * formatting * comment out invalid hex * remove test dir before creating it to be sure * keep data from altest testrun and ad test_data to ignore * ignore error for CI * add duplicate env var * fix confest * Update pyproject.toml * fix up tests * short p2pk locktimes for faster tests --------- Co-authored-by: callebtc <93376500+callebtc@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ TOR=TRUE
|
||||
|
||||
# NOSTR
|
||||
# nostr private key to which to receive tokens to
|
||||
NOSTR_PRIVATE_KEY=nostr_privatekey_here_hex_or_bech32_nsec
|
||||
# NOSTR_PRIVATE_KEY=nostr_privatekey_here_hex_or_bech32_nsec
|
||||
# nostr relays (comma separated list)
|
||||
NOSTR_RELAYS=["wss://nostr-pub.wellorder.net"]
|
||||
|
||||
@@ -38,7 +38,6 @@ MINT_INFO_CONTACT=[["email","contact@me.com"], ["twitter","@me"], ["nostr", "np
|
||||
MINT_INFO_MOTD="Message to users"
|
||||
|
||||
MINT_PRIVATE_KEY=supersecretprivatekey
|
||||
MINT_DATABASE=data/mint
|
||||
# increment derivation path to rotate to a new keyset
|
||||
MINT_DERIVATION_PATH="0/0/0/0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user