| changeset | 8a875e0bf749 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | test: added pytest-testmon Run test cases that execute changed code. Reduces the time spent to run tests that cover the changed code. |
| files |
| changeset | c41e669a655c |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | chore(ruff): update scanning rules. |
| files |
| changeset | 736f769b48c8 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | A few cleanups to toml format. alphabetize, whitespace... Using: pretty-toml-sort with --spaces-indent-inline-array 4 then editing the result to keep blank lines inside sections and some comments that it was stripping. |
| files |
| changeset | 9c58f5940c20 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | chore(lint) update tests add a number of error tests (E) to make it more like the flake8 whitespace and format checks. Also untabify file. Use spaces. |
| files |
| changeset | 1b7162938988 |
|---|---|
| branch | |
| bookmark | |
| tag | |
| user | John Rouillard <rouilj@ieee.org> |
| description | test: add pyproject.toml: set pytest and ruff project defaults Pytest 6 is required to use this. This means it works only for python3. It includes a dummy setting for redis password assuming redis is running at the default port. This requires pytest-env be installed. At some point I expect to add project and build-system tables to allow building using the build package. The version and long_description specifiers in the project table will be dynamic since the version is from roundup/__init__.py and description from doc/announcement.txt. One open issue is how to support the equivalent of: python setup.py build_doc to run sphinx over the docs and include them in the share directory bundled with the distributions. Modified test_redis_session.py to better handle empty password. |
| files |