Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

In order to use the tests located in test.py you must create a config.json file with several variables for the tests to use. Your JSON should look like:

{
    "ROBOFLOW_KEY": "YOUR_ROBOFLOW_KEY",
    "WORKSPACE_NAME": "WORKSPACE_TO_TEST",
    "PROJECT_NAME": "PROJECT_TO_TEST",
    "IMAGE_NAME": "IMAGE_TO_UPLOAD",
    "VERSION_NUMBER": "DATASET_VERSION"
}

Do not commit the config.json to the repository.