Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

### To run testing on irflow_client:

Acquire or build the test_data.py file, which includes API Keys and sample data to test against. Place in tests directory.

Need the following packages:

pytest-cov codacy-coverage
# From the testing directory
`cd tests` run: `py.test --cov-report xml --cov-config .coveragerc --cov ../`
  • To view coverage reports:
    `coverage report`
# If you are sending this up to codacy for coverage reporting:
`export CODACY_PROJECT_TOKEN=<project_token>` `python-codacy-coverage -r coverage.xml`