Skip to content

Aniruddha Adhikary

Ramblings of a Pychotic

Open source evangelist, urban explorer and natural language processing enthusiast based in Singapore.

  • Home
  • Blog
  • Portfolio
  • My Courses
  • Contact Me
  • বাংলা ব্লগ
  • GitHub
  • LinkedIn
  • YouTube

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 13 other subscribers.

Categories

  • Hacks
  • Personal
  • Testing
  • Tutorials
  • Uncategorized

Category: Testing

Beginners’ Guide to Effortless Doctests in Python

Doctests are essentially tests embedded in a docstring. They serve both as example use cases and test cases! A Python expression is provided along with an expected outcome, a test runner collects that and evaluates the expression. Continue reading Beginners’ Guide to Effortless Doctests in Python

Posted on June 20, 2018June 20, 2018Categories TestingTags pytest, pythonLeave a comment on Beginners’ Guide to Effortless Doctests in Python
Proudly powered by WordPress