Classes | Functions | Variables
gtest_shuffle_test Namespace Reference

Classes

class  GTestShuffleUnitTest

Functions

def AlsoRunDisabledTestsFlag
def CalculateTestLists
def FilterFlag
def GetTestCases
def GetTestsForAllIterations
def RandomSeedFlag
def RepeatFlag
def RunAndReturnOutput
def ShuffleFlag

Variables

string __author__ = 'wan@google.com (Zhanyong Wan)'
list ACTIVE_TESTS = []
list ALL_TESTS = []
tuple COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_shuffle_test_')
list FILTERED_TESTS = []
string SHARD_INDEX_ENV_VAR = 'GTEST_SHARD_INDEX'
list SHARDED_TESTS = []
list SHUFFLED_ACTIVE_TESTS = []
list SHUFFLED_ALL_TESTS = []
list SHUFFLED_FILTERED_TESTS = []
list SHUFFLED_SHARDED_TESTS = []
string TEST_FILTER = 'A*.A:A*.B:C*'
string TOTAL_SHARDS_ENV_VAR = 'GTEST_TOTAL_SHARDS'

Function Documentation

Definition at line 58 of file gtest_shuffle_test.py.

Calculates the list of tests run under different flags.

Definition at line 130 of file gtest_shuffle_test.py.

def gtest_shuffle_test.FilterFlag (   test_filter)

Definition at line 62 of file gtest_shuffle_test.py.

Returns a list of test cases in the given full test names.

Args:
  tests: a list of full test names

Returns:
  A list of test cases from 'tests', in their original order.
  Consecutive duplicates are removed.

Definition at line 110 of file gtest_shuffle_test.py.

def gtest_shuffle_test.GetTestsForAllIterations (   extra_env,
  args 
)
Runs the test program and returns a list of test lists.

Args:
  extra_env: a map from environment variables to their values
  args: command line flags to pass to gtest_shuffle_test_

Returns:
  A list where the i-th element is the list of tests run in the i-th
  test iteration.

Definition at line 87 of file gtest_shuffle_test.py.

Definition at line 74 of file gtest_shuffle_test.py.

Definition at line 66 of file gtest_shuffle_test.py.

def gtest_shuffle_test.RunAndReturnOutput (   extra_env,
  args 
)
Runs the test program and returns its output.

Definition at line 78 of file gtest_shuffle_test.py.

Definition at line 70 of file gtest_shuffle_test.py.


Variable Documentation

string gtest_shuffle_test::__author__ = 'wan@google.com (Zhanyong Wan)'

Definition at line 33 of file gtest_shuffle_test.py.

Definition at line 48 of file gtest_shuffle_test.py.

Definition at line 47 of file gtest_shuffle_test.py.

Definition at line 39 of file gtest_shuffle_test.py.

Definition at line 49 of file gtest_shuffle_test.py.

string gtest_shuffle_test::SHARD_INDEX_ENV_VAR = 'GTEST_SHARD_INDEX'

Definition at line 43 of file gtest_shuffle_test.py.

Definition at line 50 of file gtest_shuffle_test.py.

Definition at line 53 of file gtest_shuffle_test.py.

Definition at line 52 of file gtest_shuffle_test.py.

Definition at line 54 of file gtest_shuffle_test.py.

Definition at line 55 of file gtest_shuffle_test.py.

string gtest_shuffle_test::TEST_FILTER = 'A*.A:A*.B:C*'

Definition at line 45 of file gtest_shuffle_test.py.

string gtest_shuffle_test::TOTAL_SHARDS_ENV_VAR = 'GTEST_TOTAL_SHARDS'

Definition at line 42 of file gtest_shuffle_test.py.



rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:11