Skip to main content

Dialogue class for testing REPLs

Project description

The Dialogue class

The Dialogue class helps testing REPLs (interactive interpreters with a Read-Eval-Print-Loop).

Given a multi-line interactive session transcript, a Dialogue instance emulates user interactions by offering a fake_input method which can replace the input built-in function in Python 3.

How to use

You can code your REPL function to accept an input function as an optional argument, or you can monkey patch Python's input built-in. Either way, you replace the standard input with the fake_input method bound to a Dialogue instance. Each time it is invoked, this method will print the next prompt and fake user input from the session transcript, then return the same user input string to the REPL for processing.

The Dialogue.session instance attribute holds a multi-line string with all the prompts, user inputs and the outputs expected from the REPL under test. This is used to assert the test case.

See the dialogue_test.py module for two simple REPLs that exercise the Dialogue class.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dialogue_tester-1.0b0.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

dialogue_tester-1.0b0-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page