Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Nose example

Example of tests with Nose framework and adapter for Test IT

Setup

  1. Install python version 3.6+
  2. Clone this repository git clone https://github.com/testit-tms/python-examples.git && cd nose
  3. Install dependencies pip install -r requirements.txt
  4. Run tests via nose2
  5. Configure the tests to run in connection_config.ini file. How to configure?
  6. Run nose2 --testit to upload the results to TMS

Project structure