From ffe145a6c67afed6fb68326edbc91cbd94a3f846 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Mon, 21 Aug 2023 23:45:14 -0600 Subject: feat: fuck it, delete tests --- tests/sample_files/md/__init__.py | 0 tests/sample_files/md/a/__init__.py | 0 tests/sample_files/md/a/second.md | 12 ------------ tests/sample_files/md/first.md | 10 ---------- tests/sample_files/md/new.md | 10 ---------- 5 files changed, 32 deletions(-) delete mode 100644 tests/sample_files/md/__init__.py delete mode 100644 tests/sample_files/md/a/__init__.py delete mode 100644 tests/sample_files/md/a/second.md delete mode 100644 tests/sample_files/md/first.md delete mode 100644 tests/sample_files/md/new.md (limited to 'tests/sample_files/md') diff --git a/tests/sample_files/md/__init__.py b/tests/sample_files/md/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/tests/sample_files/md/a/__init__.py b/tests/sample_files/md/a/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/tests/sample_files/md/a/second.md b/tests/sample_files/md/a/second.md deleted file mode 100644 index cb4e333..0000000 --- a/tests/sample_files/md/a/second.md +++ /dev/null @@ -1,12 +0,0 @@ -title: Second blog post for testing purposes -author: David Luévano - Someone Else -lang: en -summary: This is just a post used for testing (the second). -tags: test - english - short - update - multiple-author - -A second "blog entry" for testing purposes which uses multiple authors and is inside a subdirectory. diff --git a/tests/sample_files/md/first.md b/tests/sample_files/md/first.md deleted file mode 100644 index 567ea3e..0000000 --- a/tests/sample_files/md/first.md +++ /dev/null @@ -1,10 +0,0 @@ -title: First blog post for testing purposes -author: David Luévano -lang: en -summary: This is just a post used for testing. -tags: test - english - short - update - -Even though I have this "blog" subdomain and page setup, doesn't mean I'll be blogging for pyssg, this is just to serve as an example for the types of sites that pyssg can be used for. \ No newline at end of file diff --git a/tests/sample_files/md/new.md b/tests/sample_files/md/new.md deleted file mode 100644 index ce684a7..0000000 --- a/tests/sample_files/md/new.md +++ /dev/null @@ -1,10 +0,0 @@ -title: New file -author: David Luévano -lang: en -summary: New file used for testing the database. -tags: test - english - short - update - -This is a sample markdown file used for testing pyssg. \ No newline at end of file -- cgit v1.2.3-70-g09d2