From 5374196353f9770610656f8c05d6f990d91fedb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Thu, 17 Aug 2017 22:27:32 +0200 Subject: [PATCH] Added Pytest to python section (#129) * Added Pytest to python section Pytest have an easy tag for beginners (you can see the meaning of the easy tag explained in the pytest wiki page here https://github.com/pytest-dev/pytest/wiki/Europython-2015-sprints * Update pytest link to cleaner label one --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1470dbf..8885194 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ If you are an open source project maintainer, add the label `first-timers-only` - [Pybee/batavia](https://github.com/pybee/batavia/labels/first-timers-only) _(label: first-timers-only)_
A Javascript implementation of the Python virtual machine. - [JARVIS-on-Messenger](https://github.com/swapagarwal/JARVIS-on-Messenger/labels/Low-Hanging%20Fruit) _(label: Low-Hanging Fruit)_
:speech_balloon: A community-driven python bot that aims to be as simple as possible to serve humans with their everyday tasks http://m.me/J.A.R.V.I.S.on.Messenger - [Gratipay](https://github.com/gratipay/gratipay.com/labels/Low-hanging%20Fruit) _(label: Low-hanging Fruit)_
Helping companies and others pay for open source. +- [Pytest](https://github.com/pytest-dev/pytest/labels/easy) _(label: easy)_
The pytest framework makes it easy to write small tests, yet scales to support complex functional testing. ## Ruby