From 687dedef7f2ea467fd6d55c08bf2a865e10945ba Mon Sep 17 00:00:00 2001 From: Kimberly Date: Thu, 25 Oct 2018 10:16:11 -0600 Subject: [PATCH] fixing example again.. --- 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