File: __init__.py

package info (click to toggle)
python-sdjson 0.5.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 560 kB
  • sloc: python: 1,566; makefile: 6; sh: 6
file content (14 lines) | stat: -rw-r--r-- 621 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
The tests in this module are based on those from Python
https://github.com/python/cpython/tree/master/Lib/test/test_json

Licensed under the Python Software Foundation License Version 2.
Copyright © 2001-2020 Python Software Foundation. All rights reserved.
Copyright © 2000 BeOpen.com . All rights reserved.
Copyright © 1995-2000 Corporation for National Research Initiatives . All rights reserved.
Copyright © 1991-1995 Stichting Mathematisch Centrum . All rights reserved.

Converted from Unittest to PyTest using `unittest2pytest` 0.5.dev0 by Hartmut Goebel
https://github.com/pytest-dev/unittest2pytest

"""