Skip to content

Instantly share code, notes, and snippets.

@FMCorz
FMCorz / fetch.py
Last active November 18, 2015 07:56
Using MDK as a module to fetch a branch from the tracker
import logging
import mdk
from mdk.tools import parseBranch
from mdk.moodle import Moodle
from mdk.fetch import FetchTracker
logging.basicConfig(format='%(message)s', level=logging.DEBUG)
M = Moodle('/home/fred/www/repositories/sm/moodle', 'sm')
# mdl = parseBranch(M.currentBranch())['issue']
@danpoltawski
danpoltawski / simplified_behat_for_tim_hunt.md
Last active March 22, 2023 17:20
Simplified behat for Tim Hunt

Simplified behat for Tim Hunt.

Disclaimers:

  • I'm hoping this will help you understand so you can help us improve our documentation.
  • This is simplified version, i'm ignoring some details which are unimportant for discusing this.

What Behat requires.