initial python3 template

This commit is contained in:
Barak Michener 2018-09-06 00:28:19 -07:00
commit 534c1b3ea8
11 changed files with 113 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# import pytest
# from mock import MagicMock
def test_true():
assert True == True