Skip to content

jkguiang/ProjectMetis

 
 

Repository files navigation

ProjectMetis

Project details can be found here.

Installation and Setup

  1. Checkout this repository
  2. Create CMSSW environment via . setup.sh

Run

Test

Unit tests will be written in test/ following the convention of appending _t.py to the class which it tests. Workflow tests will also be written in test/ following the convention of prepending test_ to the name, e.g., test_DummyMoveWorkflow.py.

To run all unit tests, execute the following from this project directory: python -m unittest discover -p "*_t.py"

To run all workflow tests, execute: python -m unittest discover -p "test_*.py"

To run all tests, execute: python -m unittest discover -s test -p "*.py"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.2%
  • Shell 5.0%
  • JavaScript 2.6%
  • CSS 1.6%
  • HTML 0.6%