Add python3 badge

This commit is contained in:
Carles Barrobés
2014-12-13 17:09:00 +01:00
parent bc2db9bdc5
commit 2b16b287a3

View File

@@ -1,4 +1,5 @@
[![Build Status](https://travis-ci.org/txels/ddt.png)](https://travis-ci.org/bulkan/ddt) [![Build Status](https://travis-ci.org/txels/ddt.png)](https://travis-ci.org/bulkan/ddt)
[![Can I Use Python 3?](https://caniusepython3.com/project/ddt.svg)](https://caniusepython3.com/project/ddt)
DDT (Data-Driven Tests) allows you to multiply one test case DDT (Data-Driven Tests) allows you to multiply one test case
by running it with different test data, and make it appear as by running it with different test data, and make it appear as