File tree 1 file changed +10
-10
lines changed 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- import pytest
1
+ # import pytest
2
2
3
- from paystack .models import PayStackCustomer
4
- from paystack .services import CustomerService
5
- from tests .mock_data import webhook_data
3
+ # from paystack.models import PayStackCustomer
4
+ # from paystack.services import CustomerService
5
+ # from tests.mock_data import webhook_data
6
6
7
- pytestmark = pytest .mark .django_db
7
+ # pytestmark = pytest.mark.django_db
8
8
9
9
10
- class TestCustomerService (CustomerService ):
11
- @pytest .mark .django_db
12
- def test_log_customer (self ):
13
- self .log_customer (webhook_data )
10
+ # class TestCustomerService(CustomerService):
11
+ # @pytest.mark.django_db
12
+ # def test_log_customer(self):
13
+ # self.log_customer(webhook_data)
14
14
15
- assert PayStackCustomer .objects .all ().count () > 0
15
+ # assert PayStackCustomer.objects.all().count() > 0
You can’t perform that action at this time.
0 commit comments