You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
i am trying to build a test for my own milter class
MyMilter(Milter.Base)
The test fails due to not set _ctx object in the milter implementation.
The _ctx is initialized by the method _setctx found in Milter/init.py but i am not sure which object i should use to initialize this in my test set up.
The text was updated successfully, but these errors were encountered:
Hi
i am trying to build a test for my own milter class
MyMilter(Milter.Base)
The test fails due to not set _ctx object in the milter implementation.
The _ctx is initialized by the method _setctx found in Milter/init.py but i am not sure which object i should use to initialize this in my test set up.
The text was updated successfully, but these errors were encountered: