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
{{ message }}
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.
Python smoke tests have recently been added to autogen. Yay!
They are being put in a place where they will never run, though, because the default test loader for
unittest
requires atest_
prefix for every file.Right now the directory structure is:
This should become:
The split for
unit/
andsystem/
is also critical because our test setup in CI knows when to run and not run system tests.The text was updated successfully, but these errors were encountered: