pgwui_develop
4 years agoSplit into 3 modules: plugin fixtures, plugin helpers, testing functions
Karl O. Pinc [Tue, 1 Sep 2020 02:13:38 +0000 (21:13 -0500)]
Split into 3 modules: plugin fixtures, plugin helpers, testing functions

4 years agoSuppress warning from coverage
Karl O. Pinc [Tue, 1 Sep 2020 02:11:19 +0000 (21:11 -0500)]
Suppress warning from coverage

4 years agoAdd wraps keyword to make_mock_fixture()
Karl O. Pinc [Mon, 31 Aug 2020 20:23:38 +0000 (15:23 -0500)]
Add wraps keyword to make_mock_fixture()

4 years agoGeneralize entry point tests
Karl O. Pinc [Mon, 31 Aug 2020 03:44:06 +0000 (22:44 -0500)]
Generalize entry point tests

4 years agoAdded long_description_content_type
Karl O. Pinc [Sat, 29 Aug 2020 22:14:28 +0000 (17:14 -0500)]
Added long_description_content_type

4 years agoAdd instance_method_mock_fixture() for mocking instance methods
Karl O. Pinc [Thu, 25 Jun 2020 02:40:30 +0000 (21:40 -0500)]
Add instance_method_mock_fixture() for mocking instance methods

4 years agoNew make_mock_fixture function
Karl O. Pinc [Wed, 24 Jun 2020 22:24:59 +0000 (17:24 -0500)]
New make_mock_fixture function

5 years agoClean .tox when setup.py changes
Karl O. Pinc [Thu, 23 Jan 2020 21:44:41 +0000 (15:44 -0600)]
Clean .tox when setup.py changes

5 years agoAllow marking and running of just unit or just integration tests
Karl O. Pinc [Sun, 5 Jan 2020 08:09:08 +0000 (02:09 -0600)]
Allow marking and running of just unit or just integration tests

5 years agoFix so tox runs with different pythons don't share coverage data
Karl O. Pinc [Sat, 28 Dec 2019 21:03:56 +0000 (15:03 -0600)]
Fix so tox runs with different pythons don't share coverage data

5 years agoFix so "make check" does not pick up tox results
Karl O. Pinc [Sat, 28 Dec 2019 20:13:46 +0000 (14:13 -0600)]
Fix so "make check" does not pick up tox results

5 years agoNew fixture to test that distribution is pgwui pluggable
Karl O. Pinc [Thu, 26 Dec 2019 22:27:37 +0000 (16:27 -0600)]
New fixture to test that distribution is pgwui pluggable

5 years agoStandardize make accross PGWUI with Makefile_pgwui.mk
Karl O. Pinc [Fri, 13 Dec 2019 17:17:50 +0000 (11:17 -0600)]
Standardize make accross PGWUI with Makefile_pgwui.mk

5 years agoSelf-document Makefile
Karl O. Pinc [Fri, 13 Dec 2019 04:27:54 +0000 (22:27 -0600)]
Self-document Makefile

5 years agoBump version number to 0.5.0
Karl O. Pinc [Wed, 11 Dec 2019 17:43:53 +0000 (11:43 -0600)]
Bump version number to 0.5.0

5 years agokeywords are a list
Karl O. Pinc [Wed, 11 Dec 2019 16:08:25 +0000 (10:08 -0600)]
keywords are a list

5 years agoUse python3 to make
Karl O. Pinc [Wed, 11 Dec 2019 14:25:24 +0000 (08:25 -0600)]
Use python3 to make

5 years agoBump version number to 0.4.0
Karl O. Pinc [Fri, 6 Dec 2019 03:35:10 +0000 (21:35 -0600)]
Bump version number to 0.4.0

5 years agoAdd tag when bumping version
Karl O. Pinc [Fri, 6 Dec 2019 03:34:51 +0000 (21:34 -0600)]
Add tag when bumping version

5 years agoAdd pgwui_upload to things pip looks for
Karl O. Pinc [Thu, 5 Dec 2019 19:06:24 +0000 (13:06 -0600)]
Add pgwui_upload to things pip looks for

6 years agoBump version number to 0.3.0
Karl O. Pinc [Thu, 15 Nov 2018 03:20:32 +0000 (21:20 -0600)]
Bump version number to 0.3.0

6 years agoFix rst markup
Karl O. Pinc [Wed, 14 Nov 2018 16:18:22 +0000 (10:18 -0600)]
Fix rst markup

6 years agoInclude new programs in manifest
Karl O. Pinc [Wed, 14 Nov 2018 16:17:10 +0000 (10:17 -0600)]
Include new programs in manifest

6 years agoRun "make dist" in the pgwui directories
Karl O. Pinc [Tue, 13 Nov 2018 22:22:10 +0000 (16:22 -0600)]
Run "make dist" in the pgwui directories

The functions common to bump_version should be abstracted.

6 years agoBump version number to 0.2.0
Karl O. Pinc [Tue, 13 Nov 2018 02:18:41 +0000 (20:18 -0600)]
Bump version number to 0.2.0

6 years agoProgram to bump version number of all pgwui distributions
Karl O. Pinc [Sat, 10 Nov 2018 20:30:52 +0000 (14:30 -0600)]
Program to bump version number of all pgwui distributions

6 years agoSource pip_setup to setup pip env during development
Karl O. Pinc [Sat, 10 Nov 2018 20:30:35 +0000 (14:30 -0600)]
Source pip_setup to setup pip env during development

6 years agoFix wheel install in pudb venv
Karl O. Pinc [Sat, 10 Nov 2018 20:20:15 +0000 (14:20 -0600)]
Fix wheel install in pudb venv

6 years agoInitial commit
Karl O. Pinc [Sat, 10 Nov 2018 18:52:36 +0000 (12:52 -0600)]
Initial commit