From eef16067b520d193a30b49f0553f9a9baec0c598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Egil=20M=C3=B6ller?= Date: Wed, 5 Feb 2020 17:05:58 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 954a89f..0b6259a 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,19 @@ Note that this does not differ from a the above make install with regards to how Once installed, you should be able to select InfiniteGlass among the available sessions when logging in. +# Testing + It is also possible to try the window manager inside a window using the Xephyr X server, without installing anything. To do so, simply run make -Whichever method you use, the first time you run the window manager, a set of default config files will be added to your ~/.config/glass directory. These files can be safely edited, but will be re-instated if deleted. +If your Linux distribution does not have the right libraries or versions of libraries (e.g. X extensions, OpenGL version...) easily installable, you can test the same using a docker container! Just run + + ./run-in-docker.sh + +# Configuration + +Whichever method for running it you use, the first time you run the window manager, a set of default config files will be added to your ~/.config/glass directory. These files can be safely edited, but will be re-instated if deleted. # License From 85c3d9402d6e18486740eb99eec6e478b52664c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Egil=20M=C3=B6ller?= Date: Wed, 5 Feb 2020 17:16:27 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0b6259a..cb58c4b 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,12 @@ If your Linux distribution does not have the right libraries or versions of libr Whichever method for running it you use, the first time you run the window manager, a set of default config files will be added to your ~/.config/glass directory. These files can be safely edited, but will be re-instated if deleted. +# Unit- & integration-tests + + make all + pip install nose2 + nose2 -s tests + # License GNU GPL v3, see the file LICENSE for details