Result for 8111F8206D9F0EE528936DD45FEB0DF73FD881D4

Query result

Key Value
FileName./usr/lib/python2.7/dist-packages/fudge/util.py
FileSize1070
MD5B1E78B6A0893677F2BA92687262D3991
SHA-18111F8206D9F0EE528936DD45FEB0DF73FD881D4
SHA-2568F48C3364C496B3662CE2BCABE147ED780594CD7CF0DA99DF9FEBA3CB4BFB799
SSDEEP24:jEwWTwFWErNEz7G0+CxneQRjxCRCcyuHtx5gLQw/:jbkwFWErNEPGnKeQRjQRCbuH/5g8w/
TLSHT1C9119EBFC5955D83D647D07C5857C400B97C2D37A204A87CFD9C856D2F88E9283BA2C9
hashlookup:parent-total31
hashlookup:trust100

Network graph view

Parents (Total: 31)

The searched file hash is included in 31 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize28826
MD539794530BFD54367DD07B66DE698F54F
PackageDescriptionPython 2 module for using fake objects for tests Fudge is a Python module for using fake objects (mocks and stubs) to test real ones. . In readable Python code, you declare what methods are available on your fake and how they should be called. Then you inject that into your application and start testing. This declarative approach means you don’t have to record and playback actions and you don’t have to inspect your fakes after running code. If the fake object was used incorrectly then you’ll see an informative exception message with a traceback that points to the culprit. . Fudge was inspired by Mocha which is a simpler version of jMock. But unlike Mocha, Fudge does not automatically hijack real objects; you explicitly patch them in your test. And unlike jMock, Fudge is only as strict about expectations as you want it to be. If the type of arguments sent to the fake method aren’t important then you don’t have to declare an expectation for them. . This is the Python 2 version of the package.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-fudge
PackageSectionpython
PackageVersion1.1.0-1
SHA-111273780AD6E2450256888E790FFFDF978E62850
SHA-2562F794465437F5CA9D8627706B2681C721CE4166EF0A6C482A306EAEA990A55E2
Key Value
MD5F5B77D1E78BC753A82C6DBD848B9E46B
PackageArchnoarch
PackageDescriptionComplete documentation is available at http://farmdev.com/projects/fudge/ Fudge is a Python module for using fake objects (mocks and stubs) to test real ones. In readable Python code, you declare what methods are available on your fake and how they should be called. Then you inject that into your application and start testing. This declarative approach means you don't have to record and playback actions and you don't have to inspect your fakes after running code. If the fake object was used incorrectly then you'll see an informative exception message with a traceback that points to the culprit. Here is a quick preview of how you can test code that sends email without actually sending email:: @fudge.patch('smtplib.SMTP') def test_mailer(FakeSMTP): (FakeSMTP.expects_call() .expects('connect') .expects('sendmail').with_arg_count(3)) send_mail()
PackageMaintainerhttps://bugs.opensuse.org
PackageNamepython2-fudge
PackageReleaselp151.3.3
PackageVersion1.1.0
SHA-118C8621522567E66C64891038C9AF50C1E61A076
SHA-256D83F07C4246563D3C12989FD6105B47E079349DC5071D4CC8027A6A50E695344
Key Value
MD5E3A0E9B56460D2D16C1E65DD7ADAF479
PackageArchnoarch
PackageDescriptionComplete documentation is available at http://farmdev.com/projects/fudge/ Fudge is a Python module for using fake objects (mocks and stubs) to test real ones. In readable Python code, you declare what methods are available on your fake and how they should be called. Then you inject that into your application and start testing. This declarative approach means you don't have to record and playback actions and you don't have to inspect your fakes after running code. If the fake object was used incorrectly then you'll see an informative exception message with a traceback that points to the culprit.
PackageNamepython2-fudge
PackageReleaselp151.32.1
PackageVersion1.1.1
SHA-12F42D334E023C13930FFFE1BEAA2DD648563B73E
SHA-2568DFA06524C49F9EFF32084F93D18E1DA34CB91A60CD057678FF43F8143BA5F64
Key Value
MD51E2064B2B1BEBCA18AD08DF6CC412324
PackageArchnoarch
PackageDescriptionComplete documentation is available at http://farmdev.com/projects/fudge/ Fudge is a Python module for using fake objects (mocks and stubs) to test real ones. In readable Python code, you declare what methods are available on your fake and how they should be called. Then you inject that into your application and start testing. This declarative approach means you don't have to record and playback actions and you don't have to inspect your fakes after running code. If the fake object was used incorrectly then you'll see an informative exception message with a traceback that points to the culprit.
PackageMaintainerhttps://bugs.opensuse.org
PackageNamepython2-fudge
PackageReleasebp153.1.17
PackageVersion1.1.1
SHA-1330C270D6FC4B3AFB1CBEF8464DAF3DF7C2CA528
SHA-256BF02AE7C2E542021F8AE4F2503D491968189E9C3D325FF17406C315A8CEA7A14
Key Value
MD52B27AB5C085AB763511727B40DAD2DAD
PackageArchnoarch
PackageDescription Fudge is a Python module for using fake objects (mocks and stubs) to test real ones.
PackageMaintainerFedora Project
PackageNamepython-fudge
PackageRelease6.fc22
PackageVersion1.0.3
SHA-14A665CEC85C5FF4329BA823E29200C9618C6DE93
SHA-256E0B75ED76392DBFDA53F2FEC7245EC1EE71F04795068DA1861FDB42253D9F43A
Key Value
MD5DC569A993C7B2510D763665C722A6DFD
PackageArchnoarch
PackageDescriptionFudge is a Python module for using fake objects (mocks and stubs) to test real ones.
PackageMaintainerFedora Project
PackageNamepython-fudge
PackageRelease4.fc21
PackageVersion1.0.3
SHA-15CE224BFC9280083B8DC11E9F170C16817388250
SHA-256F9C8D67DBB93526AA72FD8866252D088DCCDDB7363C5DCEE3B020C6DF6DB736C
Key Value
MD55B8785CBEEF93AF07A9448E5816373BA
PackageArchnoarch
PackageDescriptionComplete documentation is available at http://farmdev.com/projects/fudge/ Fudge is a Python module for using fake objects (mocks and stubs) to test real ones. In readable Python code, you declare what methods are available on your fake and how they should be called. Then you inject that into your application and start testing. This declarative approach means you don't have to record and playback actions and you don't have to inspect your fakes after running code. If the fake object was used incorrectly then you'll see an informative exception message with a traceback that points to the culprit. Here is a quick preview of how you can test code that sends email without actually sending email:: @fudge.patch('smtplib.SMTP') def test_mailer(FakeSMTP): (FakeSMTP.expects_call() .expects('connect') .expects('sendmail').with_arg_count(3)) send_mail()
PackageMaintainerhttps://bugs.opensuse.org
PackageNamepython2-fudge
PackageReleaselp150.2.3
PackageVersion1.1.0
SHA-160DC069A7E153DB3A9A044E2B44D3BFC28881AAF
SHA-2563BF09D5211E6497B12EA7F1A764E47AE156FA6706799D8897E1C715D063D6597
Key Value
MD5434605E383E04D35D58A5D64367C1761
PackageArchnoarch
PackageDescriptionComplete documentation is available at http://farmdev.com/projects/fudge/ Fudge is a Python module for using fake objects (mocks and stubs) to test real ones. In readable Python code, you declare what methods are available on your fake and how they should be called. Then you inject that into your application and start testing. This declarative approach means you don't have to record and playback actions and you don't have to inspect your fakes after running code. If the fake object was used incorrectly then you'll see an informative exception message with a traceback that points to the culprit.
PackageNamepython2-fudge
PackageReleaselp150.4.1
PackageVersion1.1.1
SHA-1652A7608E32513948C512242D01C6B4873D07735
SHA-2568D1B3D24DA6EDEBF35AC75D1754B6BD26724F066AFEB57F5D881780C67D7B5E8
Key Value
FileSize28740
MD5CD6184DDFED767F437740E0FC2899CB2
PackageDescriptionPython 2 module for using fake objects for tests Fudge is a Python module for using fake objects (mocks and stubs) to test real ones. . In readable Python code, you declare what methods are available on your fake and how they should be called. Then you inject that into your application and start testing. This declarative approach means you don’t have to record and playback actions and you don’t have to inspect your fakes after running code. If the fake object was used incorrectly then you’ll see an informative exception message with a traceback that points to the culprit. . Fudge was inspired by Mocha which is a simpler version of jMock. But unlike Mocha, Fudge does not automatically hijack real objects; you explicitly patch them in your test. And unlike jMock, Fudge is only as strict about expectations as you want it to be. If the type of arguments sent to the fake method aren’t important then you don’t have to declare an expectation for them. . This is the Python 2 version of the package.
PackageMaintainerDebian Python Modules Team <python-modules-team@lists.alioth.debian.org>
PackageNamepython-fudge
PackageSectionpython
PackageVersion1.1.0-1
SHA-16B00A2BE175AB4E4D9A828399B81BFD6148BC0F4
SHA-256C4A14D6B4092709ABFC637C46F874C8C9F6B83A0873ED0824159782D9CFDAED8
Key Value
MD538BC5C367AF63AEB8079314257C83A67
PackageArchnoarch
PackageDescriptionComplete documentation is available at http://farmdev.com/projects/fudge/ Fudge is a Python module for using fake objects (mocks and stubs) to test real ones. In readable Python code, you declare what methods are available on your fake and how they should be called. Then you inject that into your application and start testing. This declarative approach means you don't have to record and playback actions and you don't have to inspect your fakes after running code. If the fake object was used incorrectly then you'll see an informative exception message with a traceback that points to the culprit.
PackageNamepython2-fudge
PackageRelease32.1
PackageVersion1.1.1
SHA-172E78C5A02023E5B96937B4603B825F97CA95771
SHA-256C17A00E7F00B1B83020FFF05D583BDCF5FE5CAD8B559384BB706493ED87A0451