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
major fix to the .obj() testing helper, where now it creates valid python identifiers :)
refactored .obj() related methods into a new class called __helpers()
added new Safe_Str__Python__Identifier (which is used by .obj() to create the safe identifier name)
added tests for test_Safe_Str__Python__Identifier and test_Safe_Str__Python__Module (which were missing)
fixed ton of references that broke since the import of __ from the Objects class was quite widely used
0 commit comments