DivisionBy-Zero/erpa-sweng

View on GitHub
server/api_test.py

Summary

Maintainability
A
0 mins
Test Coverage

Function test_join_game_after_reject has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

    def test_join_game_after_reject(self, user, token, game):
        user_uuid, token1 = create_and_register_username(
            self.curl, user_prefix + str(datetime.now()))
        user_uuid2, token2 = create_and_register_username(
            self.curl, user_prefix + str(datetime.now()))
Severity: Minor
Found in server/api_test.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status