From 64b70e0b0db5f7cafcfccabd51d6f3da254de0bd Mon Sep 17 00:00:00 2001 From: Corey Goldberg Date: Thu, 4 Aug 2016 18:56:19 -0400 Subject: [PATCH] fix README --- README.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 3385c60..c5a007f 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ =============== -**Python wrapper for running a display inside X virtual framebuffer (Xvfb).** +**Manage headless displays with Xvfb (X virtual framebuffer)** .. image:: https://travis-ci.org/cgoldberg/xvfbwrapper.svg?branch=master :target: https://travis-ci.org/cgoldberg/xvfbwrapper @@ -16,7 +16,7 @@ - Dev Home (GitHub): https://github.com/cgoldberg/xvfbwrapper - Releases (PyPI): https://pypi.python.org/pypi/xvfbwrapper -- Author: `Corey Goldberg `_ - 2012, 2013, 2015, 2016 +- Author: `Corey Goldberg `_ - 2012-2016 - License: MIT ---- @@ -78,9 +78,9 @@ xvfbwrapper is a small python wrapper for controlling Xvfb. It works nicely whe ---- -************************************************************* - Basic Usage, specifying display geometry and color depth: -************************************************************* +********************************************* + Basic Usage, specifying display geometry: +********************************************* :: @@ -141,7 +141,7 @@ xvfbwrapper is a small python wrapper for controlling Xvfb. It works nicely whe if __name__ == '__main__': - unittest.main(verbosity=2) + unittest.main() The test class above uses `selenium` and `xvfbwrapper` to run each test case with Firefox inside a headless display.