You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for creating this amazing tool; it's already proving useful for my Node.js project. However, my primary job involves working with several Django projects, all of which use Django's built-in test mechanism, specifically the TestCase class, which is a subclass of unittest.TestCase. I'm wondering how to make tdd-guard work with these projects without migrating them to pytest, which is nearly impossible due to the extensive historical code that would be difficult to change.