fix README

This commit is contained in:
Corey Goldberg 2016-08-04 18:56:19 -04:00
parent 2459e35b44
commit 64b70e0b0d
1 changed files with 6 additions and 6 deletions

View File

@ -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 .. image:: https://travis-ci.org/cgoldberg/xvfbwrapper.svg?branch=master
:target: https://travis-ci.org/cgoldberg/xvfbwrapper :target: https://travis-ci.org/cgoldberg/xvfbwrapper
@ -16,7 +16,7 @@
- Dev Home (GitHub): https://github.com/cgoldberg/xvfbwrapper - Dev Home (GitHub): https://github.com/cgoldberg/xvfbwrapper
- Releases (PyPI): https://pypi.python.org/pypi/xvfbwrapper - Releases (PyPI): https://pypi.python.org/pypi/xvfbwrapper
- Author: `Corey Goldberg <https://github.com/cgoldberg/xvfbwrapper>`_ - 2012, 2013, 2015, 2016 - Author: `Corey Goldberg <https://github.com/cgoldberg/xvfbwrapper>`_ - 2012-2016
- License: MIT - 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__': 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. The test class above uses `selenium` and `xvfbwrapper` to run each test case with Firefox inside a headless display.