benjaminwoods / despot

Utilities for better code practices
GNU General Public License v3.0
0 stars 0 forks source link

Implement all four base rulers (for Python) #1

Open benjaminwoods opened 4 years ago

benjaminwoods commented 4 years ago

Implement all four base rulers. Current design:

The signature of ruler functions also needs cementing.

benjaminwoods commented 4 years ago

Signature is a bit better now:

def some_ruler(path, name, testdir, language):
    # Do something
    pass

where:

Still may change this to (path, name, language, **options), but this is fine for now.