Skip to content

Commit

Permalink
Fixing end of line lint - json, sh and txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ydaponte committed Feb 2, 2024
1 parent 1569c77 commit d43c1fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root",
//"runArgs": ["--env-file","src/.env"]
}
}
2 changes: 1 addition & 1 deletion examples/.devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
python -m pip install --upgrade pip
pip install -r ./.devcontainer/requirements.txt
pip install -r ./.devcontainer/requirements.txt
2 changes: 1 addition & 1 deletion examples/.devcontainer/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
python-dateutil
python-dotenv
pytest
data-factory-testing-framework
data-factory-testing-framework
3 changes: 2 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

# Data Factory - Using the Testing Framework

To use the Testing Framework, is enough to import the published package resulting from the development in the current repo.
To use the Testing Framework, is enough to import the published package resulting from the development
in the current repo.
The package is located in src/data_factory_testing_framework.

## Getting started with writing tests
Expand Down

0 comments on commit d43c1fb

Please sign in to comment.