Skip to content

Commit

Permalink
Update: tests updated with new inconsistent analysis!
Browse files Browse the repository at this point in the history
- We needed to feed the new inconsistent type in analysis pipeline.
  • Loading branch information
amindadgar committed Oct 16, 2023
1 parent 46de41f commit 6533be3
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tc_core_analyzer_lib/tests/integration/test_active_members.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def test_no_active():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}

WINDOW_D = 7
Expand Down Expand Up @@ -160,6 +161,7 @@ def test_single_active():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}
# time window
WINDOW_D = 7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def test_all_active_fourteen_period():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}

WINDOW_D = 7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_two_consistently_active():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}
memberactivities = activity_dict.keys()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def test_disengaged_members():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}
memberactivities = activity_dict.keys()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def test_disengaged_were_consistent():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}
memberactivities = activity_dict.keys()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def test_disengaged_newly_active():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}
memberactivities = activity_dict.keys()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def test_disengaged_were_vital():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}
memberactivities = activity_dict.keys()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def test_mention_active_members_from_int_matrix():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}
memberactivities = activity_dict.keys()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_newly_active_continuous_period():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}
memberactivities = activity_dict.keys()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def test_newly_active_discontinued_period():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}
memberactivities = activity_dict.keys()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def test_two_consistently_active_non():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}
memberactivities = activity_dict.keys()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def test_two_consistently_active_partially():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}
memberactivities = activity_dict.keys()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def test_still_active_members():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}
memberactivities = activity_dict.keys()

Expand Down
1 change: 1 addition & 0 deletions tc_core_analyzer_lib/tests/integration/test_vital.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def test_one_vital():
"all_lurker": {},
"all_about_to_disengage": {},
"all_disengaged_in_past": {},
"all_inconsistent": {},
}
memberactivites = activity_dict.keys()

Expand Down

0 comments on commit 6533be3

Please sign in to comment.