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

SlowAPI / fast-json-pointer / 3638126844

pending completion
3638126844

push

github

Tristan Sweeney
Try to find right license string for pypi

28 of 28 relevant lines covered (100.0%)

1.0 hits per line

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

100.0
/src/fast_json_pointer/cli.py
1
import typer
1✔
2

3
app = typer.Typer()
1✔
4

5

6
#@app.command()
7
#def hello(name: str):
8
#    print(f"Hello {name}")
9

10

11
#@app.command()
12
#def goodbye(name: str, formal: bool = False):
13
#    if formal:
14
#        print(f"Goodbye Ms. {name}. Have a good day.")
15
#    else:
16
#        print(f"Bye {name}!")
17

18

19
if __name__ == "__main__": # pragma: no cover
1✔
20
    app()
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