Browse Source

Create TestValidateLinks class

pull/3011/head
Matheus Felipe 2 years ago
parent
commit
80ba7262fa
No known key found for this signature in database GPG Key ID: AA785C523274872F
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      scripts/tests/test_validate_links.py

+ 6
- 0
scripts/tests/test_validate_links.py View File

@@ -1 +1,7 @@
# -*- coding: utf-8 -*-

import unittest


class TestValidateLinks(unittest.TestCase):
...

Loading…
Cancel
Save