mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-04 12:46:38 +02:00
7 lines
95 B
Python
7 lines
95 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
import unittest
|
|
|
|
|
|
class TestValidateLinks(unittest.TestCase):
|
|
...
|