tree: 119bb8666fca05b78bdc7240278fd3c62a2de01e [path history] [tgz]
  1. bin/
  2. test_analyzer/
  3. .gitignore
  4. app_template.yaml
  5. openapi-appengine_template.yaml
  6. OWNERS
  7. Pipfile
  8. Pipfile.lock
  9. PRESUBMIT.cfg
  10. pytest.ini
  11. README.md
README.md

Setup

  1. Download service account service secret files:

     gsutil cp -r gs://chromiumos-test-analyzer.appspot.com/credentials
     ./test_analyzer/
    

    It includes 2 json files, one for prod & one for staging instance.

  2. Install pipenv to create virtual environment for local tests:

     sudo pip install pipenv
    
  3. Try to run tests:

    For unittest:

     bin/run_unittests
    

    For integration test:

     bin/run_integration_tests