[pygobject] tests: Rename test_overrides to test_import_machinery



commit e604ada06a8ef8f9a06f0638cf183cfeacdc63a9
Author: Simon Feltman <sfeltman src gnome org>
Date:   Mon Mar 24 18:04:27 2014 -0700

    tests: Rename test_overrides to test_import_machinery
    
    Rename this test to better suit the contents of the file. This also gives
    us a more concise location to grow other tests related to import machinery
    internals.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=726877

 tests/Makefile.am                                  |    2 +-
 ...{test_overrides.py => test_import_machinery.py} |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d69bbad..3468740 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -102,7 +102,7 @@ EXTRA_DIST = \
        test_everything.py \
        test_gi.py \
        test_gdbus.py \
-       test_overrides.py \
+       test_import_machinery.py \
        test_overrides_glib.py \
        test_overrides_pango.py \
        test_overrides_gdk.py \
diff --git a/tests/test_overrides.py b/tests/test_import_machinery.py
similarity index 100%
rename from tests/test_overrides.py
rename to tests/test_import_machinery.py


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