From f655e46ce792311730fbed6ac8482dbfa6101bba Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Fri, 6 Apr 2018 17:19:58 +0200 Subject: tests/network: Add basic testing of network panel This adds tests for the network panel based on the test service found in NetworkManager. Another possible solution may be to use the one from dbusmock, however NetworkManager already has readily available code to write tests in C which makes checking the widget hierarchy easier. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..bee8a64b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__ -- cgit v1.2.1