Skip to main content

Mark your Python modules

Project description

image Build Status

Markings

markings is a library that provides a way to mark your Python module, usually with issues. Because it is part of the code, it enable you to have an "up to date" list of issues, per a commit, and to be able to view the trends of the issues along the git commits as oppose to using an external issue tracking system.

The library is based on pytest's markers and especially on @pytest.mark.xfail.

Example

Import the marker from the markings module. Decide how you want to mark a fuction and use the decorator to mark the function.

from markings import marker

@marker.todo("Receive the name of the user as parameter")
def func():
    print("hello world")

In the previous example the marker was todo, but it can be anything you want:

from markings import marker

@marker.anything_you_want("Receive the name of the user as parameter")
def func():
    print("hello world")

Installation

pip install markings

Tests

./scripts/test.sh

Lint

How to contribute

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

markings-0.0.5.tar.gz (3.4 kB view hashes)

Uploaded Source

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