Result for B0966AEC4249FDE7FBF290CAF51C450E5FD0649C

Query result

Key Value
FileNamesnap-hashlookup-import/lib/python3.6/site-packages/fudge/tests/test_fudge.py
FileSize40152
MD58FC8E657D21B9C604577AEF5A8B88503
SHA-1B0966AEC4249FDE7FBF290CAF51C450E5FD0649C
SHA-256B249B67907B516468A161948A6FC2653580E7BB1423FC8FA5DF05BD3E4A1A51A
SHA-5122E80CC0F0FFA6367B338F3E65EA31ECD9F93E403AB81221B1A4B31505653DB38E713AB4C9F108D6A2D52492742392BF5F756208430B4B4D2BC966D1226B25917
SSDEEP768:cDMZ4DT1qMakzSD9G1ijspvRdoZsp6JOvtUL226kvgYY1GJUzg2Gfl:cDMZ4Xcq6JOvtUL226kvgYY1GJUzg2G9
TLSHT1DA03FF6C66938611E26BE66C68F3D2521D3A9917451D6134F9FC8082BF88E70C4FBCF9
insert-timestamp1728980952.220899
mimetypetext/x-python
sourcesnap:GhcPmkNNyI2NORCAAdqEG0R303ITAhO9_545
hashlookup:parent-total10
hashlookup:trust100

Network graph view

Parents (Total: 10)

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

Key Value
MD51F830B74807EDE7B17353B31989710AD
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.
PackageNamepython3-fudge
PackageRelease4.2
PackageVersion1.1.1
SHA-1325B0D8BC015F0F892FD903D9BA6BD4A09CAB401
SHA-25663AD2EECF7F7B50B16F17FDC2BD9C897F76272FF2A63D2516CC7B9E7CEE7131E
Key Value
MD5E8EC2EB8384953FCACCA767DC090C966
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
PackageNamepython3-fudge
PackageReleaselp150.2.3
PackageVersion1.1.0
SHA-17D07BA05C9B6062E440AA47BC15FD79A3F3A9998
SHA-256A4EC66DB5E1F3F6D77589FA9604A7BF2E66DDBC051F8D3C867D50CFDDC122A73
Key Value
FileSize29016
MD568F612D5938DBB8398800D4611D91785
PackageDescriptionPython 3 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 3 version of the package.
PackageMaintainerDebian Python Modules Team <python-modules-team@lists.alioth.debian.org>
PackageNamepython3-fudge
PackageSectionpython
PackageVersion1.1.0-2
SHA-1B3EA94E0FCA84F921E507DC0C2BDD15461F584DD
SHA-256A6A057C85DAC88D96682392D95395743C3BD07CAF3DD92BDFE4426EB61C5CD80
Key Value
FileSize28832
MD5532B1A7DA53723F8D0E0DA9FA9C0CD23
PackageDescriptionPython 3 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 3 version of the package.
PackageMaintainerDebian Python Modules Team <python-modules-team@lists.alioth.debian.org>
PackageNamepython3-fudge
PackageSectionpython
PackageVersion1.1.0-1
SHA-19693788A631814D45AA7567CF836EE0952FAD7BF
SHA-2569AF52131AF95606DA5A661FB130ED7D14BAAB709A9691F67BB3AB91A1C1F9E1F
Key Value
MD52A57486CDE74B96A7D54645A43EDC7E0
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.
PackageNamepython3-fudge
PackageReleaselp150.4.1
PackageVersion1.1.1
SHA-1E0DC99789A9D4C0A2CA598CF7801A9F27E64560D
SHA-256AFE96669CD450DF1C4A648326EF352CBBBD9300930FBA6987F4248C3278E30BB
Key Value
FileSize29048
MD555E1D33E45BACDF048A67B0399E7359F
PackageDescriptionPython 3 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 3 version of the package.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython3-fudge
PackageSectionpython
PackageVersion1.1.0-2
SHA-1E99E496399A58CF9206C4040DB924CBCA6A54E13
SHA-2565DA570BB915C9F7A1C5E0166AE54B23DACA2EB2BF8D63CD8B793AE9CF173F2E8
Key Value
SHA-13F4018ADBE947F255BA8171DC2EC271BC99D1DE9
snap-authoritycanonical
snap-filenameGhcPmkNNyI2NORCAAdqEG0R303ITAhO9_545.snap
snap-idGhcPmkNNyI2NORCAAdqEG0R303ITAhO9_545
snap-nametizonia
snap-publisher-idI8SNC3Y1QJo7083Qh0nD8vYiJrmVskv9
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2019-10-15T14:25:36.564707Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/GhcPmkNNyI2NORCAAdqEG0R303ITAhO9_545.snap
Key Value
MD592853F165708E5D7EECA14B7D8541083
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
PackageNamepython3-fudge
PackageReleaselp151.3.3
PackageVersion1.1.0
SHA-16287D59D3391A74BCF35726C076AAE260C355BB6
SHA-25628902D830074136F2097629534F0F255D84C84768DFF169B619EDDB1EA3CDC46
Key Value
MD595058ACA77E629ADC6187ED5F29A34C9
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.
PackageNamepython3-fudge
PackageRelease4.17
PackageVersion1.1.1
SHA-141A1EA183C63FBF268E7C582EBD2FEE716374763
SHA-256D4848A567524715A76A9624A75478B15F25D5C4B0A649C2D182A4D7734D39C34
Key Value
FileSize28912
MD53FFF6CF7B65FE68122484E03DA9C8021
PackageDescriptionPython 3 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 3 version of the package.
PackageMaintainerUbuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython3-fudge
PackageSectionpython
PackageVersion1.1.0-1
SHA-135F6C1A422C27A9D1AC3051161437F81EF0DC512
SHA-256B9691DCE34E9E7FFD2F05C0F7BA05AC90E8E39367045C10F3836D99B2D805CA2