diff --git a/src/allmydata/test/test_testing.py b/src/allmydata/test/test_testing.py index da37b1de3..4dc9c6bb6 100644 --- a/src/allmydata/test/test_testing.py +++ b/src/allmydata/test/test_testing.py @@ -1,6 +1,16 @@ -from twisted.trial.unittest import ( - TestCase, -) +# -*- coding: utf-8 -*- +# Tahoe-LAFS -- secure, distributed storage grid +# +# Copyright © 2020 The Tahoe-LAFS Software Foundation +# +# This file is part of Tahoe-LAFS. +# +# See the docs/about.rst file for licensing information. + +""" +Tests for the allmydata.testing helpers +""" + from twisted.internet.defer import ( inlineCallbacks, )