You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
deftest_noop() ->None:
assertTrue
The text was updated successfully, but these errors were encountered:
If I clone the cookie cutter and upload it as is, the build failed. This has to do with the testing directory. I added a
test_noop.py
unit test and then it all worked. Maybe include this in the initial template for a clean build?The text was updated successfully, but these errors were encountered: