diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-09-28 13:53:07 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2013-10-06 17:31:31 -0500 |
commit | efe0189de0714bbde76082566d0f82df1439cb63 (patch) | |
tree | ae2aa66fe1a31022ee3994128abaa7029bb53a7e | |
parent | dff22d4707a50b8164c5c6acd5521bcd91160cd1 (diff) | |
download | cryptography-efe0189de0714bbde76082566d0f82df1439cb63.tar.gz cryptography-efe0189de0714bbde76082566d0f82df1439cb63.tar.bz2 cryptography-efe0189de0714bbde76082566d0f82df1439cb63.zip |
add pytest.ini with flags to show skipped test reasons, revert tox.ini
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..723735ac --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +addopts = -r s |