Category "unit-testing"

PyCharm - no tests were found?

I've been getting na error in PyCharm and I can't figure out why I'm getting it: No tests were found This is what I have for my point_test.py: import unittest

How to test chrome extensions?

Is there a good way to do this? I'm writing an extension that interacts with a website as a content script and saves data using localstorage. Are there any tool