mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
added tests (dummy)
This commit is contained in:
@@ -4,3 +4,4 @@
|
||||
.pydevproject
|
||||
.settings
|
||||
.tmp_*
|
||||
*.pyc
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
# vim:fileencoding=utf-8
|
||||
|
||||
def test_dummy():
|
||||
pass
|
||||
Reference in New Issue
Block a user