Skip to content

Commit

Permalink
To allow execution, added some missing pip dependencies plus README i…
Browse files Browse the repository at this point in the history
…nstruction to (re-)create the root folder **`logs`** folder (not tracked by repo)
  • Loading branch information
RichardBruskiewich committed Nov 7, 2023
1 parent 4de7a90 commit f8f4082
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ __pycache__
*.egg-info
logs/
Translator-Tests/
build/
test_ars.log

# PyCharms IDE metadata to be ignored
.idea/
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@ The Test Harness is a CLI that you need to install:
- `pip install -r requirements-runners.txt` to install the Test Runners
- `pip install .` to install the Test Harness CLI

Create a local 'logs' directory (the repository doesn't track or commit this...):
- `mkdir logs`

Once everything is installed, you can call
- `test-harness -h` to see available options
4 changes: 4 additions & 0 deletions requirements-runners.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
ARS_Test_Runner==0.0.2
ui-test-runner==0.0.1

# Dependency for the ui-test-runner
# not automatically pulled in
jq==1.6.0
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
httpx==0.25.0
pydantic==1.10.13
tqdm==4.66.1

0 comments on commit f8f4082

Please sign in to comment.