Skip to content

Commit 33a50d5

Browse files
committed
manual test scripts
1 parent cfca873 commit 33a50d5

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ cython_debug/
142142

143143
#config stuff
144144
tests/config.json
145+
tests/manual/data
145146

146147
#dataset download stuff
147148

tests/manual/download.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export ROBOFLOW_CONFIG_DIR=./data/.config
2+
python ../../roboflowpy.py download motusbots/cultura-pepino/2 -f voc -l ./data/cultura-pepino-voc
3+

tests/manual/login.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export ROBOFLOW_CONFIG_DIR=./data/.config
2+
python ../../roboflowpy.py login

tests/manual/upload.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export ROBOFLOW_CONFIG_DIR=./data/.config
2+
python ../../roboflowpy.py upload ./data/cultura-pepino-voc -w wolfodorpythontests-iqu7t -p cultura-pepino-upload-test -f voc

0 commit comments

Comments
 (0)