Skip to content
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

HomeView 테스트가 없음 #259

Open
jungnoh opened this issue Oct 4, 2021 · 0 comments
Open

HomeView 테스트가 없음 #259

jungnoh opened this issue Oct 4, 2021 · 0 comments

Comments

@jungnoh
Copy link
Member

jungnoh commented Oct 4, 2021

As-Is) No logic tests

@pytest.mark.usefixtures('set_user_client')
class TestHome(TestCase, RequestSetting):
    def test_board_perm(self):
        r = self.http_request(self.user, 'get', 'home')
        assert r.status_code == 200

        r = self.http_request(None, 'get', 'home')
        assert r.status_code == 401
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

No branches or pull requests

1 participant