From ecff6cf8e9638e5d49739b377199771c892f8f75 Mon Sep 17 00:00:00 2001
From: Rotem Yaari <vmalloc@gmail.com>
Date: Tue, 27 Jun 2017 12:03:13 +0300
Subject: [PATCH] Add Slash to the list of testing frameworks

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 9a232c8..5dacfdb 100644
--- a/README.md
+++ b/README.md
@@ -1050,6 +1050,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
     * [nose2](https://github.com/nose-devs/nose2) - The successor to nose, based on unittest2.
     * [pytest](http://pytest.org/latest/) - A mature full-featured Python testing tool.
     * [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.
+    * [Slash](https://slash.readthedocs.org) - A testing framework aimed at testing complex projects.
     * [unittest](https://docs.python.org/2/library/unittest.html) - (Python standard library) Unit testing framework.
 * Test Runners
     * [green](https://github.com/CleanCut/green) - A clean, colorful test runner.
-- 
GitLab