Skip to content

Conversation

@ADITYATIWARI342005
Copy link
Contributor

@ADITYATIWARI342005 ADITYATIWARI342005 commented Oct 22, 2025

  • Test RouteGuard abstract base class behavior
  • Test concrete guard implementations
  • Test authentication guard with login redirection
  • Test permission-based guard with role checking
  • Add edge case tests for exceptions and inheritance
  • Verify async method contracts (can_activate, can_deactivate, redirect_to)

fixes #32

- Test RouteGuard abstract base class behavior
- Test concrete guard implementations
- Test authentication guard with login redirection
- Test permission-based guard with role checking
- Add edge case tests for exceptions and inheritance
- Verify async method contracts (can_activate, can_deactivate, redirect_to)

Signed-off-by: ADITYATIWARI342005 <142050150+ADITYATIWARI342005@users.noreply.github.com>
@ADITYATIWARI342005 ADITYATIWARI342005 changed the title tests: Add comprehensive unit tests for routing config.py module tests: Add comprehensive unit tests for routing guards.py module Oct 22, 2025
Copy link
Contributor

@Einswilli Einswilli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great thanks!

@Einswilli Einswilli merged commit 9af478a into AllDotPy:master Oct 25, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create Unit tests for the FletX Routing Module

2 participants