File: test_errors.py

package info (click to toggle)
python-fake-useragent 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,788 kB
  • sloc: python: 596; makefile: 146
file content (8 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
import unittest

from fake_useragent import errors


class TestErrors(unittest.TestCase):
    def test_error_aliases(self):
        assert errors.FakeUserAgentError is errors.UserAgentError