wolt-python-package-cookiecutter icon indicating copy to clipboard operation
wolt-python-package-cookiecutter copied to clipboard

[Improvement] Initial build fails due to test

Open daniel-deychakiwsky opened this issue 2 years ago • 0 comments

If I clone the cookie cutter and upload it as is, the build failed. This has to do with the testing directory. I added atest_noop.py unit test and then it all worked. Maybe include this in the initial template for a clean build?

def test_noop() -> None:
    assert True

daniel-deychakiwsky avatar Aug 27 '23 21:08 daniel-deychakiwsky