5 lines
82 B
Python
5 lines
82 B
Python
from unittest import TestCase
|
|
|
|
class TestGetPageContent(TestCase):
|
|
|
|
def test_
|