File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1+ invoke >= 0.20
2+ rellu >= 0.5
3+ twine
4+ wheel
Original file line number Diff line number Diff line change 1+ robotframework
2+ robotstatuschecker
Original file line number Diff line number Diff line change 2525''' .strip ().splitlines ()
2626CURDIR = dirname (abspath (__file__ ))
2727with open (join (CURDIR , 'src' , NAME + '.py' )) as source :
28- VERSION = re .search ("\n __version__ = '(.*)'\n " , source .read ()).group (1 )
28+ VERSION = re .search ("\n __version__ = '(.*)'" , source .read ()).group (1 )
2929with open (join (CURDIR , 'README.rst' )) as readme :
3030 README = readme .read ()
3131
Original file line number Diff line number Diff line change 11Acceptance tests for Python Remote Server
22=========================================
33
4- Tests are executed with `<run.py >`__ script. Run it with ``--help `` or see
4+ Tests are executed with `<run.py >`_ script. Run it with ``--help `` or see
55its source to view the usage. Actual test cases and test libraries used by
6- them are in `<tests >`__ and `<libs >`__ directories, respectively.
6+ them are in `<tests >`_ and `<libs >`_ directories, respectively.
77
8- Running tests requires having both ` Robot Framework `__ 2.8.4 or newer and
9- robotstatuschecker __ installed. Easiest way to install them is using pip __ ::
8+ Running tests has dependencies listed in `< ../requirements-dev.txt >`_ file.
9+ Install them using pip ::
1010
11- pip install 'robotframework>=2.8.4'
12- pip install robotstatuschecker
13-
14- __ http://robotframework.org
15- __ https://pypi.python.org/pypi/robotstatuschecker
16- __ http://pip-installer.org
11+ pip install -r requirements-dev.txt
You can’t perform that action at this time.
0 commit comments