From dd3a6f64b4b5afb73956f18f9ae16b6b2688a8ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Fri, 29 Nov 2019 12:26:02 +0100 Subject: [PATCH] Using Go already :) --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f291806..b02d5b3 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -21,7 +21,7 @@ If your pull request is not accepted on the first try, don't be discouraged! If there's a problem with the implementation, hopefully you'll receive feedback on what to improve. -Submit unit tests for your changes. Python has a great testing framework built +Submit unit tests for your changes. Go has a great testing framework built in; use it! Take a look at existing tests for inspiration. Run the full test suite on your branch before submitting a pull request.