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 the imported function was not defined (which will happen with empty solution.py) zero tests are collected.
Create a fixture that tries to import the function. If it can't import, raise an assertionerror or importerror. If successfuly imported, return the function.
The text was updated successfully, but these errors were encountered:
If the imported function was not defined (which will happen with empty
solution.py
) zero tests are collected.Create a fixture that tries to import the function. If it can't import, raise an assertionerror or importerror. If successfuly imported, return the function.
The text was updated successfully, but these errors were encountered: