Contents

sure 2.0.1

0

utility belt for automated testing in python for python

utility belt for automated testing in python for python

Stars: 692, Watchers: 692, Forks: 74, Open Issues: 21

The gabrielfalcao/sure repo was created 13 years ago and the last code push was 1 weeks ago.
The project is popular with 692 github stars!

How to Install sure

You can install sure using pip

pip install sure

or add it to a project with poetry

poetry add sure

Package Details

Author
Gabriel Falcao
License
Homepage
http://github.com/gabrielfalcao/sure
PyPi:
https://pypi.org/project/sure/
GitHub Repo:
https://github.com/gabrielfalcao/sure

Classifiers

  • Software Development/Testing
No  sure  pypi packages just yet.

Errors

A list of common sure errors.

Code Examples

Here are some sure code examples and snippets.

GitHub Issues

The sure package has 21 open issues on GitHub

  • python 2.7 breakage

See more issues on GitHub

Related Packages & Articles

behave 1.2.6

behave is behaviour-driven development, Python style

testcontainers 4.2.0

Python library for throwaway instances of anything that can run in a Docker container

pykml 0.2.0

pyKML is a Python package for creating, parsing, manipulating, and validating KML, a language for encoding and annotating geographic data.

PyWavefront 1.3.3

PyWavefront is a Python library designed for importing Wavefront 3D object files (.obj and .obj.gz) and material files (.mtl). It generates interleaved vertex data for each material, making it ready for rendering. The library supports Python 3.4+ and offers a simple optional visualization module for rendering the objects. PyWavefront supports positions, texture coordinates, normals, vertex color, material parsing, texture, and texture parameters. It's an ideal tool for Python developers working with 3D graphics and Wavefront files.

starlette-context 0.3.6

Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging so logs automatically use request headers such as x-request-id or x-correlation-id.