'Pycharm cannot suggest import for django.test
Solution 1:[1]
you have to import the @classmethod for the test class For example :
class YourTestClass(TestCase):
@classmethod
This link will help you to understand
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | tomerpacific |



