From 617a2bd8ae7c357a5994410311a08d771ad618d6 Mon Sep 17 00:00:00 2001 From: why-not-try-calmer Date: Tue, 14 Feb 2023 16:56:43 +0100 Subject: [PATCH] Cleanup --- .github/workflows/test_pytx.yml | 2 +- .pytx_config.yml | 4 ---- tests/{test_api_new.py => test_api.py} | 0 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .pytx_config.yml rename tests/{test_api_new.py => test_api.py} (100%) diff --git a/.github/workflows/test_pytx.yml b/.github/workflows/test_pytx.yml index edf1cae..ffa2110 100644 --- a/.github/workflows/test_pytx.yml +++ b/.github/workflows/test_pytx.yml @@ -11,7 +11,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v3 - - name: Setup CI tests + - name: Run CI tests env: organization: ${{ secrets.ORGANIZATION }} tx_token: ${{ secrets.TX_TOKEN }} diff --git a/.pytx_config.yml b/.pytx_config.yml deleted file mode 100644 index cf86124..0000000 --- a/.pytx_config.yml +++ /dev/null @@ -1,4 +0,0 @@ -organization_slug = "test_pytransifex" -project_slug = "test_project_pytransifex" -output_directory = "/home/hades/opengis/pytransifex/output" -config_file = "/home/hades/opengis/pytransifex/.pytx_config.yml" diff --git a/tests/test_api_new.py b/tests/test_api.py similarity index 100% rename from tests/test_api_new.py rename to tests/test_api.py