-
Notifications
You must be signed in to change notification settings - Fork 12
Implement exceptions tests
#525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
MattyTheHacker
wants to merge
49
commits into
main
Choose a base branch
from
test-exceptions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 16 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
4f4caf4
Implement minor config fixes
MattyTheHacker b644f3a
Implement minor workflow fixes
MattyTheHacker 2567f2b
fix stuff
MattyTheHacker a458f3b
[pre-commit.ci lite] apply automatic fixes
pre-commit-ci-lite[bot] 1236eff
Implement exceptions tests
MattyTheHacker 343cb28
more work
MattyTheHacker 24864fe
Fix some stuff
MattyTheHacker 9d5b82b
Add CommitteeRoleDoesNotExistError tests
MattyTheHacker 3007aff
Add GuestRoleDoesNotExistError tests
MattyTheHacker fe2dea1
Add MemberRole and ArchivistRole tests
MattyTheHacker 5d4bfb0
Add more tests
MattyTheHacker 32afdcb
even more tests
MattyTheHacker e4a6927
Improve tests rather than being silly
MattyTheHacker 0d169e1
improve all tests
MattyTheHacker b0de5a8
Add GeneralChannel tests
MattyTheHacker 4dce6b4
More tests
MattyTheHacker bb927c1
Update .github/workflows/check-build-deploy.yaml
MattyTheHacker 3e47aa8
Merge branch 'main' into test-exceptions
MattyTheHacker 5e08e6a
Merge main into test-exceptions
cssbhamdev 2d8ba76
Merge main into test-exceptions
cssbhamdev 977bdd2
Merge main into test-exceptions
cssbhamdev bc6ebe2
Merge main into test-exceptions
cssbhamdev 1a6ff75
Allow committee-elect to update actions (and appear in auto-complete)…
Thatsmusic99 269d212
Merge main into test-exceptions
cssbhamdev 69a1e52
Merge main into test-exceptions
cssbhamdev e5c5a85
Merge main into test-exceptions
cssbhamdev 16de2a5
Merge main into test-exceptions
cssbhamdev a4ca887
Merge main into test-exceptions
cssbhamdev 8f1d49e
merge main
MattyTheHacker dfe58cf
Merge branch 'main' into test-exceptions
MattyTheHacker 29fc723
Merge branch 'main' into test-exceptions
MattyTheHacker 5c31042
update pyproject.toml
MattyTheHacker 22f4712
update lock file
MattyTheHacker 871b825
fix ruff error
MattyTheHacker 4938b7e
Merge main into test-exceptions
cssbhamdev a0b4516
Merge main into test-exceptions
cssbhamdev 81ed13b
Merge main into test-exceptions
cssbhamdev fd12648
Merge main into test-exceptions
cssbhamdev 3b93322
Merge main into test-exceptions
cssbhamdev 9f10d67
Merge main into test-exceptions
automatic-pr-updater[bot] 305539f
Merge main into test-exceptions
automatic-pr-updater[bot] 7ab8f1b
Merge main into test-exceptions
automatic-pr-updater[bot] 39c7bd6
Merge main into test-exceptions
automatic-pr-updater[bot] f485304
Merge main into test-exceptions
automatic-pr-updater[bot] bb6f158
Merge main into test-exceptions
automatic-pr-updater[bot] 119e50b
Merge branch 'main' into test-exceptions
MattyTheHacker c59de26
Fix some stuff
MattyTheHacker 47147cf
Merge branch 'main' into test-exceptions
MattyTheHacker 7f42eeb
Fix stale value
MattyTheHacker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -21,7 +21,7 @@ main = [ | |||||
| "validators>=0.34", | ||||||
| ] | ||||||
| pre-commit = ["pre-commit>=4.0"] | ||||||
| test = ["pytest>=8.3"] | ||||||
| test = ["gitpython>=3.1.44", "pytest-cov>=6.1.1", "pytest>=8.3"] | ||||||
|
||||||
| test = ["gitpython>=3.1.44", "pytest-cov>=6.1.1", "pytest>=8.3"] | |
| test = ["gitpython>=3.1.44", "pytest>=8.3", "pytest-cov>=6.1.1"] |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.