Skip to content

Instantly share code, notes, and snippets.

@kain88-de
Created December 12, 2015 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kain88-de/c28935bb00e836b248fd to your computer and use it in GitHub Desktop.
Save kain88-de/c28935bb00e836b248fd to your computer and use it in GitHub Desktop.
coveralls vim file-encoding bug
# -*- Mode: python; tab-width: 4; indent-tabs-mode:nil; coding:utf-8 -*-
# vim: fileencoding=utf-8
def test_func():
return 2
from example import test_func
def test_example():
assert test_func() == 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment