Skip to content

Instantly share code, notes, and snippets.

@gurneyalex
Created October 26, 2016 06:24
Show Gist options
  • Save gurneyalex/e9ae34f75b54681d782a3cdfb4ee1201 to your computer and use it in GitHub Desktop.
Save gurneyalex/e9ae34f75b54681d782a3cdfb4ee1201 to your computer and use it in GitHub Desktop.
import numpy.table
from unittest.mock import MagickMock
numpy.table.even = MagickMock(return_value=True)
@gurneyalex
Copy link
Author

gurneyalex commented Oct 26, 2016

c'est numpy.table qui mock de la parité.

/me -> []

@raphink
Copy link

raphink commented Oct 26, 2016

C'est osé, très zosé…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment