Skip to content

Instantly share code, notes, and snippets.

View Musacoli's full-sized avatar
:electron:
Transcending

Collins Micheal Mbulakyalo Musacoli

:electron:
Transcending
View GitHub Profile

Keybase proof

I hereby claim:

  • I am musacoli on github.
  • I am musacoli (https://keybase.io/musacoli) on keybase.
  • I have a public key ASBH3KkuYjglQpOPsVDh34Q5K-tTxPF9awoxOYINEt5Uigo

To claim this, I am signing this object:

@Musacoli
Musacoli / test_comments.py
Last active October 17, 2018 12:58
Test_for_posting_comment
from django.test import TestCase, Client
class TestPostingComment(TestCase):
def setUp(self):
self.c = Client()
c = self.c
def test_if_user_is_able_to_post_a_comment_and_get_201_status_code(self):