Skip to content

Conversation

@pyramation
Copy link
Contributor

  • Renamed src/pysql_test/ directory to src/pgsql_test/
  • Updated all Python imports from pysql_test to pgsql_test
  • Updated pyproject.toml package name and ruff config
  • Updated workflow name from pysql-test CI to pgsql-test CI
  • Updated test assertions to use pgsql_test_ prefix
  • Updated documentation and comments throughout
  • Updated test fixtures (package.json, pgpm.plan, etc.)

The package name 'pgsql-test' in pyproject.toml was already correct, but the importable module name was inconsistent (pysql_test vs pgsql_test). This change aligns the module name with the package and repository name.

- Renamed src/pysql_test/ directory to src/pgsql_test/
- Updated all Python imports from pysql_test to pgsql_test
- Updated pyproject.toml package name and ruff config
- Updated workflow name from pysql-test CI to pgsql-test CI
- Updated test assertions to use pgsql_test_ prefix
- Updated documentation and comments throughout
- Updated test fixtures (package.json, pgpm.plan, etc.)

The package name 'pgsql-test' in pyproject.toml was already correct,
but the importable module name was inconsistent (pysql_test vs pgsql_test).
This change aligns the module name with the package and repository name.
@pyramation pyramation merged commit 0939208 into main Jan 22, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants