From 5a2c67ccaec1ecc1161f1ad7e5bbe7e6550270fc Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Sat, 25 May 2019 13:53:10 +0200 Subject: [PATCH] core: let's have pytest.ini back --- core/pytest.ini | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 core/pytest.ini diff --git a/core/pytest.ini b/core/pytest.ini new file mode 100644 index 000000000..f7b4a230f --- /dev/null +++ b/core/pytest.ini @@ -0,0 +1,20 @@ +[pytest] +addopts = --pyargs trezorlib.tests.device_tests + +markers = + capricoin + cardano + decred + eos + ethereum + komodo + lisk + monero + nem + ontology + ripple + skip_t1 + skip_t2 + stellar + tezos + zcash