• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

praw-dev / praw / 3768928224

pending completion
3768928224

Pull #1923

github

GitHub
Merge 33b610e6e into ffe9f71d6
Pull Request #1923: Improve tests, clean up test code, and sort test functions/classes

4109 of 4109 relevant lines covered (100.0%)

4.0 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/praw/__init__.py
1
"""Python Reddit API Wrapper.
2

3
PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for
4
simple access to Reddit's API. PRAW aims to be as easy to use as possible and is
5
designed to follow all of Reddit's API rules. You have to give a useragent, everything
6
else is handled by PRAW so you needn't worry about violating them.
7

8
More information about PRAW can be found at https://github.com/praw-dev/praw.
9

10
"""
11

12
from .const import __version__  # NOQA
4✔
13
from .reddit import Reddit  # NOQA
4✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc