我正在学习用tox编写测试。如何将参数传递给tox / py.test中的测试函数?例如test_simple_backup_generation
tests/test_backup_cmd.py
django-backup
extension tmpdir
中有三个参数settings
,db
,page.open(address, function (status) {
if (status !== 'success') {
console.log('Unable to load the address!');
phantom.exit();
} else {
window.setTimeout(function () {
//page.render(output);
page.render('/dev/stdout', { format: 'pdf' })
phantom.exit();
}, 30000);
}
});
。我不知道他们来自哪里。在tox文档中也没有说到这一点。