From 20174be1dec5a4746ff71f0ae4442ee3a4999cef Mon Sep 17 00:00:00 2001 From: Mazztok45 Date: Wed, 21 Feb 2024 15:05:52 +0100 Subject: [PATCH] moving file generating data for test to new directory support --- support/run_write_local_test.sh | 3 +++ {src/zbmath_rest2oai => support}/write_local_test.py | 0 2 files changed, 3 insertions(+) create mode 100644 support/run_write_local_test.sh rename {src/zbmath_rest2oai => support}/write_local_test.py (100%) diff --git a/support/run_write_local_test.sh b/support/run_write_local_test.sh new file mode 100644 index 0000000..a2257c0 --- /dev/null +++ b/support/run_write_local_test.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +python src/zbmath_rest2oai/write_local_test.py 2 https://api.zbmath.org/v1/software/_search?search_string=si%3A /home/maxence/myvenv/python-zbMathRest2Oai/test/data/software/plain.xml diff --git a/src/zbmath_rest2oai/write_local_test.py b/support/write_local_test.py similarity index 100% rename from src/zbmath_rest2oai/write_local_test.py rename to support/write_local_test.py