summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2013-01-02 10:52:26 +0100
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2013-01-02 10:52:26 +0100
commit658ac42850e3b4c4923365287d55ec17be4806de (patch)
tree6e3e32c850972eccad22bf5e919648414ca57bd9 /tests
parenta54c1422c7b4352dadc47476b16d05657a7adb8b (diff)
downloadsemantic-version-658ac42850e3b4c4923365287d55ec17be4806de.tar.gz
Happy New Year!
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/django_test_app/models.py2
-rwxr-xr-xtests/test_base.py4
-rw-r--r--tests/test_django.py2
-rwxr-xr-xtests/test_match.py1
-rwxr-xr-xtests/test_parsing.py1
5 files changed, 6 insertions, 4 deletions
diff --git a/tests/django_test_app/models.py b/tests/django_test_app/models.py
index 53ed874..9c44a29 100644
--- a/tests/django_test_app/models.py
+++ b/tests/django_test_app/models.py
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
-# Copyright (c) 2012 Raphaël Barrois
+# Copyright (c) 2012-2013 Raphaël Barrois
from django.db import models
from semantic_version import django_fields as semver_fields
diff --git a/tests/test_base.py b/tests/test_base.py
index ea1d8e9..52d2e84 100755
--- a/tests/test_base.py
+++ b/tests/test_base.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-# coding: utf-8
-# Copyright (c) 2012 Raphaël Barrois
+# -*- coding: utf-8 -*-
+# Copyright (c) 2012-2013 Raphaël Barrois
"""Test the various functions from 'base'."""
diff --git a/tests/test_django.py b/tests/test_django.py
index 3185dc3..e55ec28 100644
--- a/tests/test_django.py
+++ b/tests/test_django.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (c) 2012 Raphaël Barrois
+# Copyright (c) 2012-2013 Raphaël Barrois
try: # pragma: no cover
import unittest2 as unittest
diff --git a/tests/test_match.py b/tests/test_match.py
index f6888bc..e0fd5e7 100755
--- a/tests/test_match.py
+++ b/tests/test_match.py
@@ -1,5 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
+# Copyright (c) 2012-2013 Raphaël Barrois
import unittest
diff --git a/tests/test_parsing.py b/tests/test_parsing.py
index bf8a461..4e7b823 100755
--- a/tests/test_parsing.py
+++ b/tests/test_parsing.py
@@ -1,5 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
+# Copyright (c) 2012-2013 Raphaël Barrois
import unittest