cartodb/services/importer/spec/regression/README.md
2020-06-15 10:58:47 +08:00

16 lines
420 B
Markdown

Importer regression tests
-------------------------
To make this work, create the file ../factories/database.json with the correct
configuration to the PostgreSQL DB (see ../factories/database.json.sample).
Then you just need to run:
`ruby regression.rb`
It will automatically test importing all the files on the files/ folder.
To choose a different folder use:
`TEST_FOLDER=/home/me/my_files/ ruby regression.rb`