Skip to content

Commit

Permalink
Added docs explaining each system test case (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
achauphan committed Feb 13, 2024
1 parent b9b5bfc commit 5e5bd79
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,9 @@ def tearDown(self):
self.test_dir.remove()


# Test the random failure case of a single initial test containing
# one passing and one failing test in its test history, both with the same SHA1 pairs
# Test the random failure case starting from two initial failing tests (ift)
# in which one of the initial failing test contains a history of two tests
# with the same sha1 pair, but one is a passing case and the other nonpassing.
#
def test_random_failure(self):

Expand Down Expand Up @@ -226,6 +227,10 @@ def test_random_failure(self):
)


# Test to no random failure case starting from two initial failing tests (ift).
# Each ift has a test history containing multiple tests with passing and nonpassing results,
# but non share the same sha1 pair.
#
def test_no_random_failure(self):

testCaseName = "rft_0_ift_2"
Expand Down

0 comments on commit 5e5bd79

Please sign in to comment.