Qatestlink

Latest version: v0.1.0

Safety actively analyzes 630450 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.0.9

SETUP.py install
----------------

``python setup.py install``


Configuration File
------------------

::

{
"connection":{
"is_https": false,
"host": "qalab.tk",
"port": 86
},
"dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
"log_level":"DEBUG"
}


Tests
-----

*You will need real testlink app running before you can just execute on command line*

``python setup.py test``


Usage ( *XMLRPC* )
**********************************

+ 1. Create JSON configuration ( runtime or read from file, *read config section* )
+ 2. Instance **testlink_manager** object ``testlink_manager = TLManager(settings=my_json_config)``
+ 3. Use some *method name with prefix* '**api_**'

::

from qatestlink.core.testlink_manager import TLManager
tlm = TLManager(settings={
"connection":{
"is_https": false,
"host": "qalab.tk",
"port": 86
},
"dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
"log_level":"DEBUG"
})
Now type some api_* method
tlm.api_check_devkey()

0.0.8

SETUP.py install
----------------

``python setup.py install``


Configuration File
------------------

::

{
"connection":{
"is_https": false,
"host": "qalab.tk",
"port": 86
},
"dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
"log_level":"DEBUG"
}


Tests
-----

*You will need real testlink app running before you can just execute on command line*

``python setup.py test``


Usage ( *XMLRPC* )
**********************************

+ 1. Create JSON configuration ( runtime or read from file, *read config section* )
+ 2. Instance **testlink_manager** object ``testlink_manager = TLManager(settings=my_json_config)``
+ 3. Use some *method name with prefix* '**api_**'

::

from qatestlink.core.testlink_manager import TLManager
tlm = TLManager(settings={
"connection":{
"is_https": false,
"host": "qalab.tk",
"port": 86
},
"dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
"log_level":"DEBUG"
})
Now type some api_* method
tlm.api_check_devkey()

0.0.7

SETUP.py install
----------------

``python setup.py install``


Configuration File
------------------

::

{
"connection":{
"is_https": false,
"host": "qalab.tk",
"port": 86
},
"dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
"log_level":"DEBUG"
}


Tests
-----

*You will need real testlink app running before you can just execute on command line*

``python setup.py test``


Usage ( *XMLRPC* )
**********************************

+ 1. Create JSON configuration ( runtime or read from file, *read config section* )
+ 2. Instance **testlink_manager** object ``testlink_manager = TLManager(settings=my_json_config)``
+ 3. Use some *method name with prefix* '**api_**'

::

from qatestlink.core.testlink_manager import TLManager
tlm = TLManager(settings={
"connection":{
"is_https": false,
"host": "qalab.tk",
"port": 86
},
"dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
"log_level":"DEBUG"
})
Now type some api_* method
tlm.api_check_devkey()

0.0.6

SETUP.py install
----------------

``python setup.py install``


Configuration File
------------------

::

{
"connection":{
"is_https": false,
"host": "qalab.tk",
"port": 86
},
"dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
"log_level":"DEBUG"
}


Tests
-----

*You will need real testlink app running before you can just execute on command line*

``python setup.py test``


Usage ( *XMLRPC* )
**********************************

+ 1. Create JSON configuration ( runtime or read from file, *read config section* )
+ 2. Instance **testlink_manager** object ``testlink_manager = TLManager(settings=my_json_config)``
+ 3. Use some *method name with prefix* '**api_**'

::

from qatestlink.core.testlink_manager import TLManager
tlm = TLManager(settings={
"connection":{
"is_https": false,
"host": "qalab.tk",
"port": 86
},
"dev_key": "ae2f4839476bea169f7461d74b0ed0ac",
"log_level":"DEBUG"
})
Now type some api_* method
tlm.api_check_devkey()

0.0.5

QA Testlink
===========

*qatestlink XMLRPC manager for Testlink*


Python tested versions
----------------------

0.0.3

Functional tests

1. Clone project: `git clone https://github.com/netzulo/qatestlink`
2. execute test: `python setup.py tests`
3. Enjoy lib or help us to **develop**

TODO

+ All requests tasks for 100% functional library : 7

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.