mirror of
https://github.com/public-apis/public-apis
synced 2025-03-31 14:09:17 +02:00
8 lines
95 B
Python
8 lines
95 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import unittest
|
|
|
|
|
|
class TestValidateLinks(unittest.TestCase):
|
|
...
|