Answers for "Creating test database for alias 'default'..."

0

Creating test database for alias 'default'...

#instead of 
class some_test(TestCase):

#Do this
class some_test(SimpleTestCase):
Posted by: Guest on February-16-2022

Python Answers by Framework

Browse Popular Code Answers by Language