Skip to content

Commit c1d090a

Browse files
committed
[tl-test] Update to v0.0.2
1 parent 3a4b754 commit c1d090a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Python tested versions
3939
Prerequisites
4040
-------------
4141

42-
+ Prerequisites : ``TODO: make sense``
42+
+ QAUtils package, to install with **setup.py** or **pip** : ``pip install qautils``
4343

4444

4545
How to install ?

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
from os import path
66
from setuptools import setup, find_packages
7-
from testlinktests.core.utils import read_file
8-
from testlinktests.core.utils import path_format
7+
from qautils.files import read_file
8+
from qautils.files import path_format
99

1010

11-
VERSION = '0.0.1'
11+
VERSION = '0.0.2'
1212
CURR_PATH = "{}{}".format(path.abspath(path.dirname(__file__)), '/')
1313

1414

@@ -60,14 +60,14 @@ def read(file_name=None, is_encoding=True, ignore_raises=False):
6060
'functional'
6161
],
6262
install_requires=[
63-
'qatestlink'
63+
'qatestlink',
64+
'pytest'
6465
],
6566
setup_requires=[
6667
'tox',
6768
'pytest-runner',
6869
],
6970
tests_require=[
70-
'pytest',
7171
'pytest-raises',
7272
'pytest-html',
7373
'pytest-dependency',

0 commit comments

Comments
 (0)