Python integration build analysis - Cheat sheet
An integration build analysis...
- gives you a snapshot of the current health of your software project. After you run an analysis, detected issues and reports are available in Validate.
Prerequisities:
- Install the Validate package and start the servers
- In order to configure any python-related issues, you need to import the python taxonomy ('py.base.tconf'). For more information, see Configuring industry-specific coding standards and checkers.
Your first analysis
- Create a project:
Using kwadmin:
kwadmin --url http://server2:8080/ create-project my_project
Or using kwciagent:
kwciagent --url http://server2:8080/ create-project my_project
- Create your build specification:
kwpyspec [options] <folder or file>
- Analyze the project:
kwbuildproject --url http://server2:8080/my_project --tables-directory /my_tables kwpyspec.out
- Load the database:
kwadmin --url http://server2:8080/ load my_project /my_tables