Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pytest / testing / cx_freeze / tests / test_trivial.py
Size: Mime:

def test_upper():
    assert 'foo'.upper() == 'FOO'

def test_lower():
    assert 'FOO'.lower() == 'foo'