Skip to content
This repository was archived by the owner on Aug 31, 2019. It is now read-only.

CyberZHG/github-action-python-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Test Action

GitHub action that runs nosetests.

Usage

Dependencies in requirements.txt will be installed. Run test with default setting:

workflow "Python Test" {
  on = "push"
  resolves = ["python-test"]
}

action "python-test" {
  uses = "CyberZHG@github-action-python-test@master"
}

Add arguments:

workflow "Python Test" {
  on = "push"
  resolves = ["python-test"]
}

action "python-test" {
  uses = "CyberZHG/github-action-python-test@master"
  args = "--with-coverage source_folder_1_name source_folder_2_name ..."
}

About

GitHub action that runs nose tests

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published