f00e0dda06f660dcf8d039ffa2b9c15912fd80c2

Since acs can't be None ( it get's a value in __init__() https://github.com/rohe/pysaml2/blob/master/src/saml2/assertion.py#L319) there is no reason to test for it. So we add a default value to acs using ac_factory() before passing it to filter_on_attributes
PySAML2 - SAML2 in Python
- Author
-
Roland Hedberg
- Version
-
4.4.0
PySAML2 is a pure python implementation of SAML2. It contains all necessary pieces for building a SAML2 service provider or an identity provider. The distribution contains examples of both. Originally written to work in a WSGI environment there are extensions that allow you to use it with other frameworks.
Testing
PySAML2 uses the pytest framework for testing. To run the tests on your system's version of python
- Create and activate a virtualenv.
- Inside the virtualenv, install the dependencies needed for testing
pip install -r tests/test_requirements.txt
- Run the tests
py.test tests
To run tests in multiple python environments, you can use pyenv with tox.
Please contribute!
To help out, you could:
- Test and report any bugs or other difficulties.
- Implement missing features.
- Write more unit tests.
If you have the time and inclination I'm looking for Collaborators
Description
Languages
Python
99.7%
Mako
0.1%