Use `unittest` assert methods (#110)

Changed assertion in unit tests from Python built-in to `unittest`
provided. The motivation is to have better reporting on test failures.
99 files changed
tree: 7dcf721a0f3b07cba3b24dbb07b79d1c93e7803a
  1. pyasn1_modules/
  2. tests/
  3. tools/
  4. .gitignore
  5. .travis.yml
  6. CHANGES.txt
  7. LICENSE.txt
  8. MANIFEST.in
  9. README.md
  10. requirements.txt
  11. setup.cfg
  12. setup.py
README.md

ASN.1 modules for Python

PyPI Python Versions Build status Coverage Status GitHub license

The pyasn1-modules package contains a collection of ASN.1 data structures expressed as Python classes based on pyasn1 data model.

If ASN.1 module you need is not present in this collection, try using Asn1ate tool that compiles ASN.1 documents into pyasn1 code.

Feedback

If something does not work as expected, open an issue at GitHub or post your question on Stack Overflow

New modules contributions are welcome via GitHub pull requests.

Copyright (c) 2005-2019, Ilya Etingof. All rights reserved.