# from asyncore import read
# from django.urls import reverse
# from django.shortcuts import render, redirect
# import pytest
# from apps.accounts.models import User, Profile
# import json
# from django.test import TestCase, Client
# from django.core import mail
# from apps.accounts.views import activate
# from unittest import mock

# from apps.MusicRemove.tests.conftest import user_signup_data_paid

# @pytest.mark.skip
# @pytest.mark.django_db
# def test_profile_created(client,user_signup_data_paid):
#     url = client.post(reverse('accounts:signup'),data=user_signup_data_paid)
#     print(url.content)