From 9240a20d13b518aaf24534df10e897c6a3ba7cad Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 16 Mar 2020 00:21:15 +0100 Subject: [PATCH] Remove an old note that was not valid anymore --- test/refactor.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/refactor.py b/test/refactor.py index 9c8d879a..bfd7a4a7 100644 --- a/test/refactor.py +++ b/test/refactor.py @@ -1,9 +1,7 @@ #!/usr/bin/env python """ Refactoring tests work a little bit similar to Black Box tests. But the idea is -here to compare two versions of code. **Note: Refactoring is currently not in -active development (and was never stable), the tests are therefore not really -valuable - just ignore them.** +here to compare two versions of code. """ from __future__ import with_statement import os