From a95ff5a165fb86f75569748aa9fb4645947200c7 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 26 Jan 2014 14:04:41 -0500 Subject: [PATCH] Unit Tests - Added a Python TAP-compliant module so that unit tests in Python are now supported. Not that there are any, yet. --- test/TAP.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/TAP.py b/test/TAP.py index 06d4b77b9..a35e15702 100644 --- a/test/TAP.py +++ b/test/TAP.py @@ -1,7 +1,6 @@ ################################################################################ -## taskwarrior - a command line task list manager. ## -## Copyright 2006-2014, Paul Beckingham, Federico Hernandez. +## Copyright 2006 - 2014, Paul Beckingham, Federico Hernandez. ## ## Permission is hereby granted, free of charge, to any person obtaining a copy ## of this software and associated documentation files (the "Software"), to deal