steadymark 0.1
This commit is contained in:
parent
7ccfa1c1dd
commit
2576986812
@ -1,7 +1,7 @@
|
|||||||
# Steady Mark
|
# Steady Mark
|
||||||
[![Build Status](https://secure.travis-ci.org/gabrielfalcao/steadymark.png)](http://travis-ci.org/gabrielfalcao/steadymark)
|
[![Build Status](https://secure.travis-ci.org/gabrielfalcao/steadymark.png)](http://travis-ci.org/gabrielfalcao/steadymark)
|
||||||
|
|
||||||
# Markdown files + python snippets = regression tests
|
# Turning your github readme files into python test suites since 2012
|
||||||
|
|
||||||
Steady Mark was created for python developers that love Github and
|
Steady Mark was created for python developers that love Github and
|
||||||
markdown.
|
markdown.
|
||||||
|
5
setup.py
5
setup.py
@ -1,6 +1,6 @@
|
|||||||
# #!/usr/bin/env python
|
# #!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# <steadymark - assertion toolbox>
|
# <steadymark - markdown-based test runner for python>
|
||||||
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
|
# Copyright (C) <2010> Gabriel Falcão <gabriel@nacaolivre.org>
|
||||||
#
|
#
|
||||||
# Permission is hereby granted, free of charge, to any person
|
# Permission is hereby granted, free of charge, to any person
|
||||||
@ -40,7 +40,8 @@ def get_packages():
|
|||||||
|
|
||||||
setup(name='steadymark',
|
setup(name='steadymark',
|
||||||
version=version,
|
version=version,
|
||||||
description='assertion toolbox for python',
|
description=(u'Markdown-based test runner for python. '
|
||||||
|
'Good for github projects'),
|
||||||
author=u'Gabriel Falcao',
|
author=u'Gabriel Falcao',
|
||||||
author_email='gabriel@nacaolivre.org',
|
author_email='gabriel@nacaolivre.org',
|
||||||
url='http://github.com/gabrielfalcao/steadymark',
|
url='http://github.com/gabrielfalcao/steadymark',
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
# OTHER DEALINGS IN THE SOFTWARE.
|
# OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
version = '0.1'
|
version = '0.1.1'
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import traceback
|
import traceback
|
||||||
|
Loading…
Reference in New Issue
Block a user