mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-09-19 15:59:07 +02:00
python 3 migration
This commit is contained in:
@@ -0,0 +1 @@
|
||||
pip
|
||||
@@ -0,0 +1,21 @@
|
||||
Copyright © 2015 Carles Barrobés and additional contributors.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the “Software”), to deal in
|
||||
the Software without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||
of the Software, and to permit persons to whom the Software is furnished to do
|
||||
so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
([MIT License](http://mit-license.org/))
|
||||
@@ -0,0 +1,25 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: ddt
|
||||
Version: 1.2.1
|
||||
Summary: Data-Driven/Decorated Tests
|
||||
Home-page: https://github.com/txels/ddt
|
||||
Author: Carles Barrobés
|
||||
Author-email: carles@barrobes.com
|
||||
License: UNKNOWN
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 4 - Beta
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 2
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.3
|
||||
Classifier: Programming Language :: Python :: 3.4
|
||||
Classifier: Programming Language :: Python :: 3.5
|
||||
Classifier: Topic :: Software Development :: Testing
|
||||
|
||||
A library to multiply test cases
|
||||
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
ddt.py,sha256=uuBmXZnE1-IwX95u3sbTVaa4T83vLI4M3Zi4iy0U49c,9895
|
||||
ddt-1.2.1.dist-info/LICENSE.md,sha256=L36M-0oop3-nNaTsncDVmgF_Ph19Qh8ryFShEIEO93Q,1138
|
||||
ddt-1.2.1.dist-info/METADATA,sha256=X0HxNw0ZXT9o8QRpPLdhyPMusrjtDWpY_aAEHqZ3Wt8,831
|
||||
ddt-1.2.1.dist-info/WHEEL,sha256=HX-v9-noUkyUoxyZ1PMSuS7auUxDAR4VBdoYLqD0xws,110
|
||||
ddt-1.2.1.dist-info/top_level.txt,sha256=n_Kh_cBI3hQ8OTNnC_34Cq9ScGLoAMUfBzkDTGKLYl0,4
|
||||
ddt-1.2.1.dist-info/RECORD,,
|
||||
ddt-1.2.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
__pycache__/ddt.cpython-36.pyc,,
|
||||
@@ -0,0 +1,6 @@
|
||||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.33.1)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
ddt
|
||||
Reference in New Issue
Block a user