We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2364b8 commit f4bfaf9Copy full SHA for f4bfaf9
1 file changed
tests/test_memberships.py
@@ -4,10 +4,8 @@
4
warnings.filterwarnings("ignore", category=sa.UserAuthenticationWarning)
5
6
7
-def test_memberships():
8
- # unfortunately we don't have amazingly robust test-cases here.
9
-
10
- # these are subject to change, we need to find long term members for this
+def test_memberships():
+ # NOTE: these are subject to change
11
member_users = [
12
sa.get_user("-KittyMax-"),
13
sa.get_user("scratchteam"),
0 commit comments