As the number of tests grows, the test modules create unnecessary clutter in the Modules/ directory.
We need to:
Move tests into a separate directory
Decide on another prefix for tests, because Tests/Tests.Name.pq seems redundant but tests module names still should not collide with normal module names
Update LibPQPath.sample.pq to enable importing tests
As the number of tests grows, the test modules create unnecessary clutter in the
Modules/
directory.We need to:
Tests/Tests.Name.pq
seems redundant but tests module names still should not collide with normal module namesLibPQPath.sample.pq
to enable importing tests