generated from clearbluejar/ghidra-python-vscode-devcontainer-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use test data repo for dev and tests
- Loading branch information
1 parent
72e9597
commit 41f19cd
Showing
4 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,9 @@ fi | |
# install local workspace and test requirements | ||
pip install -e ".[testing]" | ||
|
||
# pull down test data | ||
git clone [email protected]:clearbluejar/ghidriff-test-data.git tests/data | ||
|
||
# Setup Ghidra Dev for Reference | ||
# git clone https://github.com/NationalSecurityAgency/ghidra.git ~/ghidra-master | ||
# pushd ~/ghidra-master | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,8 +22,6 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
ref: ${{github.ref}} | ||
- name: Test with pytest on devcontainer | ||
uses: devcontainers/[email protected] | ||
with: | ||
|
@@ -33,6 +31,7 @@ jobs: | |
push: never | ||
runCmd: | | ||
pip install --upgrade pip | ||
pip install -e ".[testing]" | ||
# pip install -r tests/pytest-requirements.txt | ||
pip install -e ".[testing]" | ||
# download data to shared data | ||
git clone [email protected]:clearbluejar/ghidriff-test-data.git tests/data | ||
pytest -rA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.