[gtksourceview] Remove unmaintained Python tests
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Remove unmaintained Python tests
- Date: Sun, 13 Nov 2016 19:05:17 +0000 (UTC)
commit 24ddcf51039d69c6213ae9b375293314b677b86b
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Nov 13 20:00:27 2016 +0100
Remove unmaintained Python tests
Nobody maintained those tests since a long time, they use deprecated
APIs, and anyway the *.c tests are more complete. If someone really
prefers Python, this commit can be reverted and the code ported to the
new APIs.
tests/Makefile.am | 7 +-
tests/test-completion.py | 139 -----------
tests/test-widget.py | 589 ----------------------------------------------
3 files changed, 1 insertions(+), 734 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index de34129..cc78640 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -57,10 +57,6 @@ nodist_test_widget_SOURCES = test-widget-resources.c
noinst_PROGRAMS = $(TEST_PROGS)
-python_tests = \
- test-completion.py \
- test-widget.py
-
EXTRA_DIST = \
syntax-highlighting \
test-completion.gresource.xml \
@@ -68,7 +64,6 @@ EXTRA_DIST = \
test-search.gresource.xml \
test-search.ui \
test-widget.gresource.xml \
- test-widget.ui \
- $(python_tests)
+ test-widget.ui
-include $(top_srcdir)/git.mk
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]