diff --git a/tests/admin_script_tests.py b/tests/admin_script_tests.py index 2f87fbd..3695c20 100644 --- a/tests/admin_script_tests.py +++ b/tests/admin_script_tests.py @@ -7,7 +7,7 @@ # Copyright (C) 2016 District Data Labs # For license information, see LICENSE.txt # -# ID: admin_script_tests.py [] benjamin@bengfort.com $ +# ID: admin_script_tests.py [6bf9822] benjamin@bengfort.com $ """ Use the subprocess module to execute tribe-admin.py for testing. diff --git a/tests/extract_tests.py b/tests/extract_tests.py index 1d03e7d..4525288 100644 --- a/tests/extract_tests.py +++ b/tests/extract_tests.py @@ -7,7 +7,7 @@ # Copyright (C) 2016 District Data Labs # For license information, see LICENSE.txt # -# ID: extract_tests.py [] benjamin@bengfort.com $ +# ID: extract_tests.py [cc23aed] benjamin@bengfort.com $ """ Test the tribe extraction module diff --git a/tests/mailer.py b/tests/mailer.py index 43a7366..0930388 100644 --- a/tests/mailer.py +++ b/tests/mailer.py @@ -7,7 +7,7 @@ # Copyright (C) 2016 District Data Labs # For license information, see LICENSE.txt # -# ID: mailer.py [] benjamin@bengfort.com $ +# ID: mailer.py [ec79c1d] benjamin@bengfort.com $ """ This small utility function sends random emails to test accounts to generate diff --git a/tribe/progress.py b/tribe/progress.py index 56da27f..551d276 100644 --- a/tribe/progress.py +++ b/tribe/progress.py @@ -7,7 +7,7 @@ # Copyright (C) 2016 District Data Labs # For license information, see LICENSE.txt # -# ID: progress.py [] benjamin@bengfort.com $ +# ID: progress.py [43fd3e1] benjamin@bengfort.com $ """ Provides a progress indicator and an elapsed time on the console.