Skip to content

Conversation

@c00kiemon5ter
Copy link
Member

@c00kiemon5ter c00kiemon5ter commented Oct 8, 2018

This will display more detailed information about

  • which tests run
  • which were skipped and why
$ ./setup.py nosetests
[...]
Failure: SkipTest (Required components missing: ['P11_SPY', 'P11_MODULE', 'PKCS11_TOOL', 'SOFTHSM', 'OPENSC_TOOL', 'P11_ENGINE']) ... SKIP: Required components missing: ['P11_SPY', 'P11_MODULE', 'PKCS11_TOOL', 'SOFTHSM', 'OPENSC_TOOL', 'P11_ENGINE']
Test https://duo.com/blog/duo-finds-saml-vulnerabilities-affecting-multiple-implementations ... ok
test_edugain_with_xmlsec1 (xmlsec.test.sign_verify_test.TestSignVerify) ... ok
test_mm1 (xmlsec.test.sign_verify_test.TestSignVerify) ... ok
test_mm2 (xmlsec.test.sign_verify_test.TestSignVerify) ... ok
test_mm_with_inner_signature (xmlsec.test.sign_verify_test.TestSignVerify) ... ok
test_mm_with_java (xmlsec.test.sign_verify_test.TestSignVerify) ... ok
test_mm_with_java_alt (xmlsec.test.sign_verify_test.TestSignVerify) ... ok
test_mm_with_xmlsec1 (xmlsec.test.sign_verify_test.TestSignVerify) ... ok
Test signing a SAML assertion, and compare resulting signature with that of another implementation (xmlsec1). ... ok
Test signing a SAML assertion using sha256, and compare resulting signature with that of another implementation (xmlsec1). ... ok
Test signing a SAML assertion, and making sure we can verify it. ... ok
Test signing a SAML assertion using sha256, and making sure we can verify it. ... ok
Test signing a SAML assertion, and return verified data. ... ok
Test that we can sign an already signed document without breaking the first signature ... ok
Test that we can verify signatures created by another implementation (xmlsec1). ... ok
Test that we reject a modified XML document. ... ok
test_verify_href (xmlsec.test.sign_verify_test.TestSignVerify) ... ok
Test resistance to attempted wrapping attack ... ok
Run through all testcases, sign and verify using xmlsec1 ... ok
test_verify_all (xmlsec.test.sign_verify_test.TestVerify) ... ok
Load files from the resource path and store them in dict. ... ok
Test that whitespaces and newlines are removed properly. ... ok
Test that whitespaces and newlines are removed properly. ... ok
Test that whitespaces and newlines are removed properly with comments retained. ... ok
test_enveloped1 (xmlsec.test.transform_test.TestTransforms) ... ok

----------------------------------------------------------------------
Ran 26 tests in 0.588s

OK (SKIP=1)

@c00kiemon5ter c00kiemon5ter force-pushed the feature-nose-verbosity branch from d6dba56 to 3a020e4 Compare October 8, 2018 20:23
@coveralls
Copy link

coveralls commented Oct 8, 2018

Coverage Status

Coverage remained the same at 52.076% when pulling 93856e7 on c00kiemon5ter:feature-nose-verbosity into e7de509 on IdentityPython:master.

@c00kiemon5ter c00kiemon5ter force-pushed the feature-nose-verbosity branch from 3a020e4 to 84d9cf0 Compare October 8, 2018 20:43
This will display more detailed information about
- which tests run
- which were skipped and why

Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
@c00kiemon5ter c00kiemon5ter force-pushed the feature-nose-verbosity branch from 84d9cf0 to 93856e7 Compare October 8, 2018 21:24
@leifj leifj merged commit e0fed68 into IdentityPython:master Oct 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants