• Curtis Maloney's avatar
    Use mock.patch in migrations tests · 88d7fceb
    Curtis Maloney yazdı
    Currently some of the migrations tests rely on the fact 'input' is aliased
    because of six, instead of using mock.patch.  Replace this code with proper
    use of mock.patch.
    
    Also, replace one case of excessively specific python version check with
    testing six.PY3
    88d7fceb
test_tokens.py 2.49 KB