Initial commit
authorKarl O. Pinc <kop@meme.com>
Sat, 10 Nov 2018 18:52:36 +0000 (12:52 -0600)
committerKarl O. Pinc <kop@meme.com>
Sat, 10 Nov 2018 18:52:36 +0000 (12:52 -0600)
commitfff7a28bde9501d1abd9cede9e1b5e441bb2b826
treef849219eb8e48ae948022180e2b98428e6087f22
Initial commit
13 files changed:
.coveragerc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.rst [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
src/pgwui_testing/VERSION [new file with mode: 0644]
src/pgwui_testing/__init__.py [new file with mode: 0644]
src/pgwui_testing/testing.py [new file with mode: 0644]
tests/test_testing.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]