File: test_pape.py

package info (click to toggle)
python3-openid 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,668 kB
  • sloc: python: 17,486; xml: 234; makefile: 5
file content (9 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
from openid.extensions import pape

import unittest


class PapeImportTestCase(unittest.TestCase):
    def test_version(self):
        from openid.extensions.draft import pape5
        self.assertTrue(pape is pape5)