Skip to content

Commit

Permalink
updated headers on source files
Browse files Browse the repository at this point in the history
  • Loading branch information
cgoldberg committed Jan 24, 2012
1 parent a0d43fa commit 6e8fe66
Show file tree
Hide file tree
Showing 20 changed files with 42 additions and 34 deletions.
1 change: 1 addition & 0 deletions README.rst
@@ -1,3 +1,4 @@

============================================
Multi-Mechanize - Performance Test Framework
============================================
Expand Down
2 changes: 1 addition & 1 deletion examples/test_scripts/example_httplib.py
@@ -1,9 +1,9 @@
#!/usr/bin/env python
#
# Copyright (c) 2010 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
#


import httplib
Expand Down
2 changes: 1 addition & 1 deletion examples/test_scripts/example_mechanize_simple.py
@@ -1,9 +1,9 @@
#!/usr/bin/env python
#
# Copyright (c) 2010 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
#


import mechanize
Expand Down
2 changes: 1 addition & 1 deletion examples/test_scripts/example_mechanize_wikipedia.py
@@ -1,9 +1,9 @@
#!/usr/bin/env python
#
# Copyright (c) 2010 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
#


import mechanize
Expand Down
2 changes: 1 addition & 1 deletion examples/test_scripts/example_mock.py
@@ -1,11 +1,11 @@
#!/usr/bin/env python
#
# Copyright (c) 2010 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
#
#
#
# this is a mock plugin.
# it does nothing but return random custom_timer data.

Expand Down
2 changes: 1 addition & 1 deletion examples/test_scripts/example_urllib2.py
@@ -1,9 +1,9 @@
#!/usr/bin/env python
#
# Copyright (c) 2010 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
#


import urllib2
Expand Down
3 changes: 2 additions & 1 deletion multimech-gridgui
Expand Up @@ -3,7 +3,8 @@
# Copyright (c) 2010 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
# This file is part of Multi-Mechanize | Performance Test Framework
#


"""
Expand Down
6 changes: 2 additions & 4 deletions multimech-run
@@ -1,12 +1,10 @@
#!/usr/bin/env python
#
# Copyright (c) 2010-2012 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3 - distributed under the terms of the GNU Lesser General Public License version 3
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize:
# Multi-Process, Multi-Threaded, Web Load Generator, with python-mechanize agents
# This file is part of Multi-Mechanize | Performance Test Framework
#
# requires Python 2.6+



Expand Down
3 changes: 2 additions & 1 deletion multimechanize/__init__.py
Expand Up @@ -3,6 +3,7 @@
# Copyright (c) 2010-2012 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
# This file is part of Multi-Mechanize | Performance Test Framework
#

__version__ = '1.2.0'
3 changes: 2 additions & 1 deletion multimechanize/core.py
Expand Up @@ -3,7 +3,8 @@
# Copyright (c) 2010-2012 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
# This file is part of Multi-Mechanize | Performance Test Framework
#


import glob
Expand Down
3 changes: 2 additions & 1 deletion multimechanize/dependency_checker.py
Expand Up @@ -3,7 +3,8 @@
# Copyright (c) 2010 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
# This file is part of Multi-Mechanize | Performance Test Framework
#


""" script to verify all multi-mechanize dependencies are satisfied """
Expand Down
5 changes: 3 additions & 2 deletions multimechanize/graph.py
@@ -1,9 +1,10 @@
#!/usr/bin/env python
#
# Copyright (c) 2010 Corey Goldberg (corey@goldb.org)
# Copyright (c) 2010-2012 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
# This file is part of Multi-Mechanize | Performance Test Framework
#


import sys
Expand Down
5 changes: 3 additions & 2 deletions multimechanize/progressbar.py
@@ -1,9 +1,10 @@
#!/usr/bin/env python
#
# Copyright (c) 2010 Corey Goldberg (corey@goldb.org)
# Copyright (c) 2010-2012 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
# This file is part of Multi-Mechanize | Performance Test Framework
#



Expand Down
4 changes: 2 additions & 2 deletions multimechanize/reportwriter.py
@@ -1,9 +1,9 @@
#!/usr/bin/env python
#
# Copyright (c) 2010 Corey Goldberg (corey@goldb.org)
# Copyright (c) 2010-2012 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
# This file is part of Multi-Mechanize | Performance Test Framework
#


Expand Down
5 changes: 3 additions & 2 deletions multimechanize/reportwriterxml.py
@@ -1,9 +1,10 @@
#!/usr/bin/env python
#
# Copyright (c) 2010-2011 Corey Goldberg (corey@goldb.org)
# Copyright (c) 2010-2012 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
# This file is part of Multi-Mechanize | Performance Test Framework
#


from xml.etree import ElementTree as ET
Expand Down
5 changes: 3 additions & 2 deletions multimechanize/results.py
@@ -1,9 +1,10 @@
#!/usr/bin/env python
#
# Copyright (c) 2010-2011 Corey Goldberg (corey@goldb.org)
# Copyright (c) 2010-2012 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
# This file is part of Multi-Mechanize | Performance Test Framework
#


import time
Expand Down
1 change: 1 addition & 0 deletions multimechanize/resultsloader.py
Expand Up @@ -5,6 +5,7 @@
#
# This file is part of Multi-Mechanize
#

"""a collection of functions and classes for multi-mechanize results files"""

import re
Expand Down
5 changes: 3 additions & 2 deletions multimechanize/resultswriter.py
@@ -1,9 +1,10 @@
#!/usr/bin/env python
#
# Copyright (c) 2010-2011 Corey Goldberg (corey@goldb.org)
# Copyright (c) 2010-2012 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
# This file is part of Multi-Mechanize | Performance Test Framework
#


import os
Expand Down
5 changes: 3 additions & 2 deletions multimechanize/rpcserver.py
@@ -1,9 +1,10 @@
#!/usr/bin/env python
#
# Copyright (c) 2010-2011 Corey Goldberg (corey@goldb.org)
# Copyright (c) 2010-2012 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize
# This file is part of Multi-Mechanize | Performance Test Framework
#


import SimpleXMLRPCServer
Expand Down
12 changes: 5 additions & 7 deletions setup.py
@@ -1,12 +1,10 @@
#!/usr/bin/env python
#
# Copyright (c) 2010-2012 Corey Goldberg (corey@goldb.org)
# License: GNU LGPLv3 - distributed under the terms of the GNU Lesser General Public License version 3
# License: GNU LGPLv3
#
# This file is part of Multi-Mechanize:
# Multi-Process, Multi-Threaded, Web Load Generator, with python-mechanize agents
# This file is part of Multi-Mechanize | Performance Test Framework
#
# requires Python 2.6+


"""
Expand All @@ -26,17 +24,17 @@
NAME = 'multimechanize'
VERSION = __version__
PACKAGES = ['multimechanize',]
SCRIPTS = ['multimech-run',]
SCRIPTS = ['multimech-run', 'multimech-newproject']
DESCRIPTION = 'Multi-Mechanize - Performance Test Framework'
URL = 'http://testutils.org/multimechanize'
LICENSE = 'GNU LGPLv3'
LONG_DESCRIPTION = '\n%s' % open(os.path.join(this_dir, 'README.rst')).read()
LONG_DESCRIPTION = open(os.path.join(this_dir, 'README.rst')).read()
REQUIREMENTS = filter(None, open(os.path.join(this_dir, 'requirements.txt')).read().splitlines())
AUTHOR = 'Corey Goldberg'
AUTHOR_EMAIL = 'corey@goldb.org'
KEYWORDS = ('performance scalability load test testing benchmark').split(' ')
CLASSIFIERS = [
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Environment :: Console',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
'Operating System :: OS Independent',
Expand Down

0 comments on commit 6e8fe66

Please sign in to comment.