Skip to content
View Sklavit's full-sized avatar
  • DataRobot Inc
  • Kyiv, Ukraine
Block or Report

Block or report Sklavit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Mock examples Mock examples
    1
    # @ https://cheat.readthedocs.io/en/latest/python/mock.html
    2
    
                  
    3
    obj.call_count  # number of times it was called
    4
    obj.called == obj.call_count > 0
    5
    obj.call_args_list  # a list of (args,kwargs), one for each call
  2. pet_project pet_project Public

    Pet python project to experiment and show

    Python