File: __init__.py

package info (click to toggle)
python-asyncprawcore 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,328 kB
  • sloc: python: 2,224; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 103 bytes parent folder | download
1
2
3
4
5
"""asyncprawcore Unit test suite."""


class UnitTest:
    """Base class for Async PRAW unit tests."""