File: test_pape.py

package info (click to toggle)
python3-openid 3.0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,676 kB
  • ctags: 2,671
  • sloc: python: 17,299; xml: 234; sh: 14; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10

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)