Skip to content

A clean simple project with 2 shared libraries, an app, cd-ci, and local testing.

Notifications You must be signed in to change notification settings

aserron-nayya/experiments-like-mono-on-py

Repository files navigation

lab-working-with-local-workflows-and-shared-libs

A clean simple project with 2 shared libraries, an app, cd-ci, and local testing.

Troubleshooting

Libraries need unique ids for their main tests.

Clear all the __pycache__ directories in the project.

    gci __pycache__ -R -OutVariable "BaseName" | \
        ForEach-Object { rm -Path $_.FullName -Force -Recurse -ErrorAction SilentlyContinue  }

About

A clean simple project with 2 shared libraries, an app, cd-ci, and local testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published