Skip to content

kmoir/releasetasks

 
 

Repository files navigation

Release Graphs

Mozilla Release Promotion Tasks contains code to generate release-related Taskcluster graphs.

  • Free software: MPL license

Features

  • TODO

Testing

Example test invocation using docker:
docker run --rm -v pwd:/src -ti mozillareleases/python-test-runner /bin/sh -c "cd /src && tox"
Or to run a single test:
docker run --rm -v pwd:/src -ti mozillareleases/python-test-runner /bin/sh -c "cd /src && .tox/py27/bin/py.test --verbose --doctest-modules releasetasks/test/firefox/test_updates.py::TestUpdates::test_requires"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Makefile 0.6%