From 3670c2cdb732d378ba6d38e72e7cd875ff726aa9 Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Sun, 14 Oct 2018 21:11:41 -0500 Subject: move tests out of the package --- tests/fixtures/static/.hiddenfile | 2 + tests/fixtures/static/arcs.svg.tgz | 73 +++++++++++++++++++++++++++++++++ tests/fixtures/static/index.html | 1 + tests/fixtures/static/subdir/index.html | 1 + 4 files changed, 77 insertions(+) create mode 100644 tests/fixtures/static/.hiddenfile create mode 100644 tests/fixtures/static/arcs.svg.tgz create mode 100644 tests/fixtures/static/index.html create mode 100644 tests/fixtures/static/subdir/index.html (limited to 'tests/fixtures/static') diff --git a/tests/fixtures/static/.hiddenfile b/tests/fixtures/static/.hiddenfile new file mode 100644 index 000000000..86d345000 --- /dev/null +++ b/tests/fixtures/static/.hiddenfile @@ -0,0 +1,2 @@ +I'm hidden + diff --git a/tests/fixtures/static/arcs.svg.tgz b/tests/fixtures/static/arcs.svg.tgz new file mode 100644 index 000000000..376c42ac8 --- /dev/null +++ b/tests/fixtures/static/arcs.svg.tgz @@ -0,0 +1,73 @@ + + + + + + + + diff --git a/tests/fixtures/static/index.html b/tests/fixtures/static/index.html new file mode 100644 index 000000000..0470710b2 --- /dev/null +++ b/tests/fixtures/static/index.html @@ -0,0 +1 @@ +static \ No newline at end of file diff --git a/tests/fixtures/static/subdir/index.html b/tests/fixtures/static/subdir/index.html new file mode 100644 index 000000000..bb84fad04 --- /dev/null +++ b/tests/fixtures/static/subdir/index.html @@ -0,0 +1 @@ +subdir -- cgit v1.2.3