Skip to content

Commit

Permalink
chore: rename package to data-factory-testing-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
arjendev committed Dec 8, 2023
1 parent 75dc76e commit 637de58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
id-token: write
environment:
name: pypi
url: https://pypi.org/p/azure-data-factory-testing-framework
url: https://pypi.org/p/data-factory-testing-framework
steps:
#----------------------------------------------
# check-out repo and set-up python
Expand Down Expand Up @@ -66,7 +66,6 @@ jobs:
poetry version 0.0.0.alpha${{ github.run_number}}
poetry build
- name: Publish package distributions to PyPI
if: github.ref == 'refs/heads/main'
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: ./dist
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ Data Factory does not support unit testing out of the box. The only way to valid

1. Set up an empty Python project with your favorite testing library
2. Install the package using your preferred package manager:
* Pip: `pip install azure-data-factory-testing-framework`
* Poetry: `poetry add azure-data-factory-testing-framework`
* Pip: `pip install data-factory-testing-framework`
* Poetry: `poetry add data-factory-testing-framework`
3. Start writing tests

## Features - Examples
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "azure-data-factory-testing-framework"
name = "data-factory-testing-framework"
version = "0.0.0"
description = "A unit test framework that allows you to write unit and functional tests for Data Factory pipelines against the git integrated json resource files."
authors = ["Arjen Kroezen <[email protected]>", "Yennifer Santos <[email protected]>", "Jaya Kumar <[email protected]>", "Leonard Herold <[email protected]>"]
Expand Down

0 comments on commit 637de58

Please sign in to comment.