From 2face6734d87084a13b769a6d6eb05116b3b715d Mon Sep 17 00:00:00 2001 From: Kimberly Sereduck Date: Thu, 25 Oct 2018 10:17:25 -0600 Subject: [PATCH] fixing example again.. (#156) --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index bf50990..499b0af 100755 --- a/README.rst +++ b/README.rst @@ -47,8 +47,6 @@ Usage .. code-block:: python - import pytest - import os from selenium import webdriver from axe_selenium_python import Axe @@ -104,6 +102,7 @@ version 2.1.0 version 2.0.0 ************** - All functionalities that are not part of axe-core have been moved into a separate package, ``pytest-axe``. This includes: + - ``run_axe`` helper method - ``get_rules`` Axe class method - ``run`` Axe class method