summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2018-04-06 17:19:58 +0200
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2018-05-02 22:29:33 +0000
commitf655e46ce792311730fbed6ac8482dbfa6101bba (patch)
tree1d0185862c1808caac35b8583306585aae3bf769 /.gitignore
parent7630bf963e7e29faddc178f9c7ec9b93d6669249 (diff)
downloadgnome-control-center-f655e46ce792311730fbed6ac8482dbfa6101bba.tar.gz
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..bee8a64b7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+__pycache__