Make easy for new contributors discover and test against databases and remote filesystems #588
Labels
Build CI CD
Issues affecting github pypi readthedocs coveralls conda-forge
Help Wanted
We are volunteers. We'll be happy if you join us.
Maintainability
Issues for code modernization, improve development, testing
Problem description
tox
and tox.ini for local testingTODO
CI Test hacks
Databases
Remote Filesystems
docker run -it --name samba -p 139:139 -p 445:445 -d "dperson/samba" -p -u "petl;test" -s "public;/public-dir;yes;no;yes;all"
PETL_TEST_SMB=smb://WORKGROUP;petl:test@localhost/public/
docker run -it --name sftp -p 2244:22 -d atmoz/sftp petl:test:::public
PETL_TEST_SFTP=sftp://petl:test@localhost:2244/public/
PETL_TEST_XXXXX
The text was updated successfully, but these errors were encountered: