Interfaces to access TestResultWebApp database
Project description
TestResultDBAccess
Table of Contents
Getting Started
The TestResultDBAccess package offers a flexible and efficient way to interact with the database of a test result web application.
Users can choose between Direct Access and REST API Access, depending on their specific needs and preferences.
How to install
TestResultDBAccess can be installed in two different ways.
-
Installation via PyPi (recommended for users)
pip install python-testresultdbaccess
-
Installation via GitHub (recommended for developers)
-
Clone the python-testresultdbaccess repository to your machine.
git clone https://github.com/test-fullautomation/python-testresultdbaccess.git
-
Install dependencies
Notes: Regarding the Linux environment (such as Ubuntu), there are Linux dependency packages that need to be installed before installing Python dependency libraries. Use the following commands to install them:
chmod +x ./requirements_linux.sh ./requirements_linux.sh
TestResultDBAccess requires some additional Python libraries. Before you install the cloned repository sources you have to install the dependencies manually. The names of all related packages you can find in the file
requirements.txt
in the repository root folder. Use pip to install them:pip install -r ./requirements.txt
Additionally install LaTeX (recommended: TeX Live). This is used to render the documentation.
-
Configure dependencies
The installation of TestResultDBAccess includes to generate the documentation in PDF format. This is done by an application called GenPackageDoc, that is part of the installation dependencies (see
requirements.txt
).GenPackageDoc uses LaTeX to generate the documentation in PDF format. Therefore GenPackageDoc needs to know where to find LaTeX. This is defined in the GenPackageDoc configuration file
packagedoc\packagedoc_config.json
Before you start the installation you have to introduce the following environment variable, that is used in
packagedoc_config.json
:GENDOC_LATEXPATH
: path topdflatex
executable
-
Use the following command to install TestResultDBAccess:
python setup.py install
-
Contribution
We are always searching support and you are cordially invited to help to improve TestResultDBAccess package.
Package Documentation
A detailed documentation of the TestResultDBAccess can be found here: TestResultDBAccess tool's Documentation.
Feedback
Please feel free to give any feedback to us via
Email to: Thomas Pollerspöck
Issue tracking: TestResultDBAccess Issues
About
Maintainers
Contributors
License
Copyright 2020-2023 Robert Bosch GmbH
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file TestResultDBAccess-0.1.4.tar.gz
.
File metadata
- Download URL: TestResultDBAccess-0.1.4.tar.gz
- Upload date:
- Size: 209.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d628bd9c3727673976fd54ba2d84be8672240a97021530f7f83cc368e2a914ef |
|
MD5 | 11faad2f188cf8f69be5fb3f350059e0 |
|
BLAKE2b-256 | 8ed23d6bbc437fcc82ddb0a3ce6785e3a397b26bcdf0e920b4720134efa3552c |
File details
Details for the file TestResultDBAccess-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: TestResultDBAccess-0.1.4-py3-none-any.whl
- Upload date:
- Size: 206.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e10915367ed7e8a006ea2726dda221864ab61c32d578dd4b1495c7fcb282dad |
|
MD5 | 04a157ed432d52b791d5e3b023ddf371 |
|
BLAKE2b-256 | 94a2de08c6fb2b3ec2dbdcb62978ec55e22038630ca5542de9733432d441e626 |