From d86c263f4523ee38e01e4fba4847d60e409cbece Mon Sep 17 00:00:00 2001 From: Matheus Felipe <50463866+matheusfelipeog@users.noreply.github.com> Date: Tue, 11 Jan 2022 21:09:43 -0300 Subject: [PATCH] Create test structure --- scripts/tests/__init__.py | 1 + scripts/tests/test_validate_links.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 scripts/tests/__init__.py create mode 100644 scripts/tests/test_validate_links.py diff --git a/scripts/tests/__init__.py b/scripts/tests/__init__.py new file mode 100644 index 00000000..40a96afc --- /dev/null +++ b/scripts/tests/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/scripts/tests/test_validate_links.py b/scripts/tests/test_validate_links.py new file mode 100644 index 00000000..40a96afc --- /dev/null +++ b/scripts/tests/test_validate_links.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*-