karlicoss / open-in-editor

Script to jump into files in you text editor, from your web browser
MIT License
9 stars 4 forks source link

ENH: Convert assertions & pytest-raises-exception into doctests #6

Closed ankostis closed 3 years ago

ankostis commented 3 years ago

Use python's built-in module for running checks against parse_uri() when --run-tests is launched. pytest no longer required to launch.

karlicoss commented 3 years ago

Hmm, makes sense! But looks like you forgot to include the actual doctest? :)

ankostis commented 3 years ago

Indeed! Fixed.

karlicoss commented 3 years ago

Thanks!