[mousetrap/gnome3-wip: 77/240] Moving test_*.py to tests/.



commit 858ead44a0634964fe9e94d5c9e9f15d84ca174f
Author: Stoney Jackson <dr stoney gmail com>
Date:   Thu Jun 12 10:28:07 2014 -0400

    Moving test_*.py to tests/.
    
    Having tests in the same directory is cluttering up my mind.
    Give me a good reason that I haven't thought about and I'll
    consider putting them back.

 src/mousetrap/{ => tests}/nose_locator_sample.py |    0
 src/mousetrap/{ => tests}/test_pointer.py        |    0
 src/mousetrap/{ => tests}/test_vision.py         |    0
 3 files changed, 0 insertions(+), 0 deletions(-)
---
diff --git a/src/mousetrap/tests/__init__.py b/src/mousetrap/tests/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/src/mousetrap/nose_locator_sample.py b/src/mousetrap/tests/nose_locator_sample.py
similarity index 100%
rename from src/mousetrap/nose_locator_sample.py
rename to src/mousetrap/tests/nose_locator_sample.py
diff --git a/src/mousetrap/test_pointer.py b/src/mousetrap/tests/test_pointer.py
similarity index 100%
rename from src/mousetrap/test_pointer.py
rename to src/mousetrap/tests/test_pointer.py
diff --git a/src/mousetrap/test_vision.py b/src/mousetrap/tests/test_vision.py
similarity index 100%
rename from src/mousetrap/test_vision.py
rename to src/mousetrap/tests/test_vision.py


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]