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
Currently, all our tests are located in the tests/unit/ directory, but not all of them are unit tests.
Go through all the tests in the tests/unit/ directory and classify them between unit/ and integration/ tests.
In the future, we should also introduce end-to-end tests, which ideally should execute Crawlers and check their results (using both the MemoryStorageClient and the ApifyStorageClient).
Edit: or we can just have one directory for unit/integration tests and one for e2e.
The text was updated successfully, but these errors were encountered:
vdusek
added
t-tooling
Issues with this label are in the ownership of the tooling team.
debt
Code quality improvement or decrease of technical debt.
labels
Nov 21, 2024
tests/unit/
directory, but not all of them are unit tests.tests/unit/
directory and classify them betweenunit/
andintegration/
tests.MemoryStorageClient
and theApifyStorageClient
).Edit: or we can just have one directory for unit/integration tests and one for e2e.
The text was updated successfully, but these errors were encountered: