ChangBo Guo(gcb)
c827041f76
Remove Python 2.6 classifier
...
We have decided to remove Python 2.6 support, this commit
removes Python 2.6 classifier before dropping any Python
2.6 support in code.
Change-Id: I162f4cfc48110d2e54bbfbec2746eb05b6254b0e
7 years ago
Jenkins
300c145762
Merge "Add universal wheel tag to setup.cfg"
7 years ago
Jenkins
d0095d7fcf
Merge "Activate pep8 check that _ is imported"
7 years ago
Davanum Srinivas
eee957eedf
Add universal wheel tag to setup.cfg
...
This project is 2 and 3 compatible so a universal
wheel is appropriate/expected.
Change-Id: I6a827bb1d6a1c7f751575c6307f7e8cace09b3b5
7 years ago
Davanum Srinivas
1d0054badb
Fix broken test and remove Bad test
...
testStubOutClass_OldStyle has been fixed with a tip
from referenced bug. Also testUnboundMethodsRequiresInstance
was writted before python 3.3 was released and hence worked
only with versions before i believe. This test never worked
with python 2.6/2.7 either. So just nuking it.
Closes-Bug: #1403214
Change-Id: I2b14b9b29122539cf4a101af0dca89c10693b6a3
7 years ago
OpenStack Proposal Bot
d87a86be69
Updated from global requirements
...
Change-Id: I33f2db3802203d5baabaa2d679f5e0633b25d216
7 years ago
THOMAS J. COCOZZELLO
4c2236062f
Activate pep8 check that _ is imported
...
Remove the specification in tox.ini that _ is a builtin so that
it will no longer assume that _ does not need to be imported.
This helps ensure that the _ from i18n is used.
Activating this check did not flag any violations.
Change-Id: I9cae8a2e16ff49b8272f42925228f1524ddf0fea
7 years ago
OpenStack Proposal Bot
60dd893a80
Updated from global requirements
...
Change-Id: I6d1600c1160a3db86c9d077d50768028f90b509f
8 years ago
OpenStack Proposal Bot
ef2869b7a3
Updated from global requirements
...
Change-Id: I5a8693254dfb5756858750ca00268286d2c5ec84
8 years ago
OpenStack Proposal Bot
8302c18c4f
Updated from global requirements
...
Change-Id: I27c1c9887a7882f296af8d4b50160833a7fad42f
8 years ago
OpenStack Proposal Bot
0f173ddeb2
Updated from global requirements
...
Change-Id: I7249a41c5577680de154419bfb708c9b3f0d71b3
8 years ago
OpenStack Proposal Bot
f43d4ea8c5
Updated from global requirements
...
Change-Id: I2deeb69ee0175f697f0da51a2b4bd2b124d8f535
8 years ago
Doug Hellmann
c919d92bb9
Fixes to allow a new release
...
Version 0.7.0 has a conflicting pbr requirement, so we need to update
the requirements and produce a new release. Making our tools work after
importing into gerrit required several updates simultaneously:
1. Update requirements based on our global-requirements list.
2. Fix tox.ini so tests pass for 2.7 and 3.4.
3. Skip a test that is failing for 3.4 until we have more time to debug.
4. Fix the .gitreview settings to point to the right repository.
5. Add skeleton documentation structure.
6. Add links to the README in a format understood by our release tools.
Related-bug: #1403214
Change-Id: I28213fb1dbb76a8640d7aa7dc844a7b593d1c6da
8 years ago
Monty Taylor
444fa40f4e
Updated requirements
10 years ago
Monty Taylor
2414ef034a
Add a fixture for consuming mox3 easily.
10 years ago
Monty Taylor
c72ca6d2fd
Add CONTRIBUTING file.
10 years ago
Monty Taylor
c6efa1f0ca
Cleaed up AUTHORS/ChangeLog file.
10 years ago
Monty Taylor
4b18f8a0a6
Migrate test bases to testtools.
10 years ago
Monty Taylor
4b4421e766
Fix all of the flake8/hacking warnings.
10 years ago
Monty Taylor
1a99638ba2
Fix the leading indentation issue.
10 years ago
Monty Taylor
24bd40737a
Updated to use OpenStack standards.
10 years ago
Monty Taylor
de1221109c
Add openstack stuff.
10 years ago
Przemyslaw Gajda
1e965c9d02
Changed project description.
11 years ago
Przemyslaw Gajda
e5bec16ee5
Author is not required - maintainer is enough
11 years ago
Przemyslaw Gajda
1e19d22370
Added tests to sdist
11 years ago
Przemyslaw Gajda
ea72ff8485
Applied some changes according to http://getpython3.com/diveintopython3/packaging.html
11 years ago
Przemyslaw Gajda
c0557d6f1a
Changed directory test to tests. Fixed travis config.
11 years ago
Przemyslaw Gajda
de3be03f55
Adjusted the structure of the mox3.
11 years ago
Przemyslaw Gajda
3075ab868b
Minor fixes + changes in metadata
11 years ago
Przemysław Gajda
0bc03f75ef
Update README
11 years ago
Dawid Fatyga
9e444c4ac7
Merge pull request #4 from quermit/fix_pep8_issues
...
Fixed pep8 issues
11 years ago
Przemyslaw Gajda
9a6e25a979
Fixed pep8 issues.
11 years ago
Przemysław Gajda
17bee3dab4
Merge pull request #3 from quermit/fix-callables-inconsistency
...
Full Python 3 compatibility
11 years ago
Dawid Fatyga
64a3cb2446
Added test for changed semantics in Python 3.
11 years ago
Dawid Fatyga
79af932dab
Added modification info.
11 years ago
Dawid Fatyga
09fd9fa353
Fixed isinstance check on instances of MockObject.
11 years ago
Dawid Fatyga
4bf088ce24
Fixed a bug when dir() called on MockObject was not returning attributes of a mocked class (Python3).
11 years ago
Dawid Fatyga
89f703dc85
Pep8's E111 error is now ignored.
11 years ago
Dawid Fatyga
23d643a360
Removed exclamation mark from travis.yml
11 years ago
Dawid Fatyga
3415baa2c7
Added pep8 to .travis.yml
11 years ago
Dawid Fatyga
3e5ffa1803
Fixed deprecation warnings in mox_test.py
11 years ago
Dawid Fatyga
958cb59b11
Introduced class to which mocks can be bound in order to preserve binding information (Python3 and missing unbound methods issue).
11 years ago
Przemyslaw Gajda
ec173d58f0
Added __hash__ for MockMethod - no default hash in py3k
11 years ago
Przemyslaw Gajda
7960a29252
bugfix for unhashable/uncomparable dicts
11 years ago
Przemyslaw Gajda
5575789612
Restored callable function since it's present in python 3.2
11 years ago
Przemyslaw Gajda
4adacddee3
Converted all classes to the new style (inheriting from object) - this is the only option in py3k.
11 years ago
Przemyslaw Gajda
79375ce4d5
Py3k always sets re.U flag, so the resulting regex.flags are equals to flags | re.U.
11 years ago
Przemyslaw Gajda
48a9b76403
Fixed all the simple compatiblity issues
11 years ago
Przemyslaw Gajda
7de1beb8c8
Fixed compatiblity issues in stubout
11 years ago
Przemyslaw Gajda
b13fe45f54
Merge branch 'master' of github.com:quermit/pymox
11 years ago