Skip to content

haloz/qj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QJ - QueryJenkins

Toolbox for fetching data from Jenkins builds A python 3 project with virtualenv, pytest, pytest-bdd, pytest-cov

Setup

  • install python3
  • pip install virtualenv
  • virtualenv qj-env
  • qj-env\Scripts\activate
  • (pip install setuptools pytest)
  • pip install -e .
  • (alternative: python setup.py install)

Run Tests

  • python setup.py test
  • py.test --cov

Sublime Text

  • SublimeLinter
  • Anaconda
  • SublimeOnSaveBuild with python syntax specific config (Python.sublime-settings):
{
	"build_on_save" : 1,
	"filename_filter" : "\\.py$"
}
  • added extra build system to run tests (Python-Run-Tests.sublime-build):
{
	"shell_cmd": "py.test --capture=no -s && py.test --cov --capture=no -s",
	"working_dir": "$file_path/.."
}

Reading

About

Query Jenkins - Toolbox for fetching data from Jenkins builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published