-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add methods to invite and kick users to/from Group (#82)
* feat: Add methods to invite and kick users to/from Group - Add methods to invite and kick users to/from Group - Improve type hints for some methods in Group - Add test for new features - Re-run the relevant integration tests * test: Add test to increase the code coverage - Add test to increase coverage - Remove unreachable code - chore: Move code coverage config to pyproject.toml - Update coverage command in coverage github action - Update example dotenv file * chore: Bump version number * Update coverage on Readme --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
0469143
commit ab35f1c
Showing
26 changed files
with
1,870 additions
and
347 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
NPSSO_CODE=<64 character npsso code> | ||
USER_NAME=<Your-username> | ||
FRIEND_USER_NAME=<Your-friend-username> | ||
BLOCKED_USER_NAME=<Username-that-has-blocked-you> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.