We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34dcea3 commit ff40d73Copy full SHA for ff40d73
tests/tests.py
@@ -23,6 +23,9 @@ def setUp(self):
23
# User ID 22222222-2222-2222-2222-222222222222 also receives the control
24
# User ID 33333333-3333-3333-3333-333333333333 receives alternative 1
25
26
+ def test_fail(self):
27
+ self.assertEqual(1, 2)
28
+
29
def test_user_is_assigned_user_id(self):
30
session = self.client.session
31
self.assertNotIn('experiment_user_id', session)
0 commit comments