Metadata-Version: 2.1
Name: nose_title_print_example
Version: 0.0.1
Summary: A small example package for nose test frame to print test title.
Author-email: yujianming <y2469464342@outlook.com>
Project-URL: Homepage, https://github.com/HEtinto/nose_title_print
Project-URL: Issues, https://github.com/HEtinto/nose_title_print
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Nose plugin for print title info

This is a example use to print the title in python nose test framework.

## Require

nose >= 1.3.7

## Build

use command to build the package:

```sh
python -m build
```

## Attention

Nose test framework already not support in new python version, you can use pytest to build your test task.
