#13 Add very important 'beefy_says' helper
Closed 6 years ago by adamwill. Opened 6 years ago by adamwill.

file modified
+4
@@ -68,6 +68,10 @@ 

  # to re-use it

  COLLECTIONS = None

  

+ def beefy_says(text):

+     """Everything's better if Beefy says it."""

+     print("Beefy says: {0}".format(text))

+ 

  def date_check(value, fail_raise=True, out='obj'):

      """Checks whether a value is a date, and returns it if so. Valid

      dates are datetime.date instances or a string or int 'YYYYMMDD'.

file modified
+1 -1
@@ -1,5 +1,5 @@ 

  [tox]

- envlist = py26,py27,py34,py35,py36,py37

+ envlist = py27,py34,py35,py36,py37

  skip_missing_interpreters=true

  [testenv]

  deps=py27,py34,py35,py36,py37: -r{toxinidir}/install.requires

This is possibly the best feature in the history of software.

(Demo commit that works but has no tests, for a presentation.
DO NOT MERGE)

Signed-off-by: Adam Williamson awilliam@redhat.com

1 new commit added

  • Disable Python 2.6 testing for demo purposes
6 years ago

Pull-Request has been closed by adamwill

6 years ago