Skip to content

hanzhichao/pytest-crontab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytest-crontab

Pytest注册crontab 任务


如何使用

  1. 安装 pytest-crontab
pip install pytest-crontab
  1. 使用方法

或命令行传入

$ pytest --crontab='*/1 * * * *'

注册在crontab中的任务默认使用pytest .运行所有

crontab -l 查看任务

*/1 * * * * cd /root; pytest . >>pytest.log

目前仅支持CentOS


About

register crontab task for pytest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages