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 --- .../sample_files/config/default_missing_root_dir.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/sample_files/config/default_missing_root_dir.yaml (limited to 'tests/sample_files/config/default_missing_root_dir.yaml') diff --git a/tests/sample_files/config/default_missing_root_dir.yaml b/tests/sample_files/config/default_missing_root_dir.yaml deleted file mode 100644 index 896e141..0000000 --- a/tests/sample_files/config/default_missing_root_dir.yaml +++ /dev/null @@ -1,18 +0,0 @@ -%YAML 1.2 ---- -define: &root "$PYSSG_HOME/pyssg/site_example/" - -title: "Example site" -path: - src: !join [*root, "src"] - dst: !join [*root, "dst"] - plt: !join [*root, "plt"] - db: !join [*root, ".files"] -url: - main: "https://example.com" -fmt: - date: "%a, %b %d, %Y @ %H:%M %Z" -dirs: -# test missing "/" dir in specific - something: -... \ No newline at end of file -- cgit v1.2.3-54-g00ecf