Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Polywrap Python Client Examples

This directory contains examples of how to use the Polywrap Python client.

Running the Examples

Install Dependencies

poetry install

NOTE: if you don't have Poetry installed, you can follow the instructions here.

Run the Examples

poetry run pytest

We are using markdown_pytest plugin to run the examples. You can find more information about it here.

Run a Specific Example

poetry run pytest <example_name>

For example:

poetry run pytest ens.md