diff --git a/tc_core_analyzer_lib/tests/integration/test_active_members.py b/tc_core_analyzer_lib/tests/integration/test_active_members.py index 8000982..4828372 100644 --- a/tc_core_analyzer_lib/tests/integration/test_active_members.py +++ b/tc_core_analyzer_lib/tests/integration/test_active_members.py @@ -38,6 +38,7 @@ def test_no_active(): "all_lurker": {}, "all_about_to_disengage": {}, "all_disengaged_in_past": {}, + "all_inconsistent": {}, } WINDOW_D = 7 @@ -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 diff --git a/tc_core_analyzer_lib/tests/integration/test_all_active_fourteen_period.py b/tc_core_analyzer_lib/tests/integration/test_all_active_fourteen_period.py index 4250b6d..9abb08a 100644 --- a/tc_core_analyzer_lib/tests/integration/test_all_active_fourteen_period.py +++ b/tc_core_analyzer_lib/tests/integration/test_all_active_fourteen_period.py @@ -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 diff --git a/tc_core_analyzer_lib/tests/integration/test_consistently_active.py b/tc_core_analyzer_lib/tests/integration/test_consistently_active.py index 90e65fe..046a8c4 100644 --- a/tc_core_analyzer_lib/tests/integration/test_consistently_active.py +++ b/tc_core_analyzer_lib/tests/integration/test_consistently_active.py @@ -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() diff --git a/tc_core_analyzer_lib/tests/integration/test_disengaged_members.py b/tc_core_analyzer_lib/tests/integration/test_disengaged_members.py index d9f891d..c852989 100644 --- a/tc_core_analyzer_lib/tests/integration/test_disengaged_members.py +++ b/tc_core_analyzer_lib/tests/integration/test_disengaged_members.py @@ -40,6 +40,7 @@ def test_disengaged_members(): "all_lurker": {}, "all_about_to_disengage": {}, "all_disengaged_in_past": {}, + "all_inconsistent": {}, } memberactivities = activity_dict.keys() diff --git a/tc_core_analyzer_lib/tests/integration/test_disengaged_were_consistently_active.py b/tc_core_analyzer_lib/tests/integration/test_disengaged_were_consistently_active.py index face901..597e504 100644 --- a/tc_core_analyzer_lib/tests/integration/test_disengaged_were_consistently_active.py +++ b/tc_core_analyzer_lib/tests/integration/test_disengaged_were_consistently_active.py @@ -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() diff --git a/tc_core_analyzer_lib/tests/integration/test_disengaged_were_newly_active.py b/tc_core_analyzer_lib/tests/integration/test_disengaged_were_newly_active.py index 39d042d..6c2c9c9 100644 --- a/tc_core_analyzer_lib/tests/integration/test_disengaged_were_newly_active.py +++ b/tc_core_analyzer_lib/tests/integration/test_disengaged_were_newly_active.py @@ -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() diff --git a/tc_core_analyzer_lib/tests/integration/test_disengaged_were_vital.py b/tc_core_analyzer_lib/tests/integration/test_disengaged_were_vital.py index b58ea13..2c3de1a 100644 --- a/tc_core_analyzer_lib/tests/integration/test_disengaged_were_vital.py +++ b/tc_core_analyzer_lib/tests/integration/test_disengaged_were_vital.py @@ -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() diff --git a/tc_core_analyzer_lib/tests/integration/test_mention_active_members_from_int_matrix.py b/tc_core_analyzer_lib/tests/integration/test_mention_active_members_from_int_matrix.py index 07f8f91..5467e98 100644 --- a/tc_core_analyzer_lib/tests/integration/test_mention_active_members_from_int_matrix.py +++ b/tc_core_analyzer_lib/tests/integration/test_mention_active_members_from_int_matrix.py @@ -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() diff --git a/tc_core_analyzer_lib/tests/integration/test_newly_active_continuous_period.py b/tc_core_analyzer_lib/tests/integration/test_newly_active_continuous_period.py index 419df31..a02aa56 100644 --- a/tc_core_analyzer_lib/tests/integration/test_newly_active_continuous_period.py +++ b/tc_core_analyzer_lib/tests/integration/test_newly_active_continuous_period.py @@ -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() diff --git a/tc_core_analyzer_lib/tests/integration/test_newly_active_discontinued_period.py b/tc_core_analyzer_lib/tests/integration/test_newly_active_discontinued_period.py index 604b9a7..c8cfd93 100644 --- a/tc_core_analyzer_lib/tests/integration/test_newly_active_discontinued_period.py +++ b/tc_core_analyzer_lib/tests/integration/test_newly_active_discontinued_period.py @@ -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() diff --git a/tc_core_analyzer_lib/tests/integration/test_non_consistently_active.py b/tc_core_analyzer_lib/tests/integration/test_non_consistently_active.py index 7b1f03a..896e5be 100644 --- a/tc_core_analyzer_lib/tests/integration/test_non_consistently_active.py +++ b/tc_core_analyzer_lib/tests/integration/test_non_consistently_active.py @@ -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() diff --git a/tc_core_analyzer_lib/tests/integration/test_partially_consistently_active.py b/tc_core_analyzer_lib/tests/integration/test_partially_consistently_active.py index 99a872c..28a0c00 100644 --- a/tc_core_analyzer_lib/tests/integration/test_partially_consistently_active.py +++ b/tc_core_analyzer_lib/tests/integration/test_partially_consistently_active.py @@ -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() diff --git a/tc_core_analyzer_lib/tests/integration/test_still_active.py b/tc_core_analyzer_lib/tests/integration/test_still_active.py index 0d05e8d..39386fe 100644 --- a/tc_core_analyzer_lib/tests/integration/test_still_active.py +++ b/tc_core_analyzer_lib/tests/integration/test_still_active.py @@ -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() diff --git a/tc_core_analyzer_lib/tests/integration/test_vital.py b/tc_core_analyzer_lib/tests/integration/test_vital.py index fa00b94..f86bf77 100644 --- a/tc_core_analyzer_lib/tests/integration/test_vital.py +++ b/tc_core_analyzer_lib/tests/integration/test_vital.py @@ -74,6 +74,7 @@ def test_one_vital(): "all_lurker": {}, "all_about_to_disengage": {}, "all_disengaged_in_past": {}, + "all_inconsistent": {}, } memberactivites = activity_dict.keys()