Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
debreate / usr / share / debreate / globals / tests.py
Size: Mime:
# -*- coding: utf-8 -*-

## \package globals.tests
#  
#  Sets list of tests to be checked through app

# MIT licensing
# See: docs/LICENSE.txt


## List of available tests
available_tests = (
    u'update-fail',
    )

## List is populated from 'test' command arguments
#  This should be imported by init script
test_list = []

## Get the current list of tests to be run
#  
#  This should be imported form modules other than init script
def GetTestList():
    return test_list