Changeset View
Changeset View
Standalone View
Standalone View
docs/developer-setup.rst
Show First 20 Lines • Show All 242 Lines • ▼ Show 20 Lines | (swh) ~/swh-environment/swh-core$ pifpaf run postgresql -- pytest | ||||
swh/core/tests/test_logger.py . [ 26%] | swh/core/tests/test_logger.py . [ 26%] | ||||
swh/core/tests/test_serializers.py ..... [ 32%] | swh/core/tests/test_serializers.py ..... [ 32%] | ||||
swh/core/tests/test_statsd.py ...................................... [ 81%] | swh/core/tests/test_statsd.py ...................................... [ 81%] | ||||
........ [ 91%] | ........ [ 91%] | ||||
swh/core/tests/test_utils.py ....... [100%] | swh/core/tests/test_utils.py ....... [100%] | ||||
======================== 79 passed in 6.59 seconds ========================= | ======================== 79 passed in 6.59 seconds ========================= | ||||
Setup the databases (optional) | |||||
------------------------------ | |||||
If you want to run some packages manually, you may need to setup their databases. | |||||
The different databases for each subproject that requires one (like ``storage`` or ``scheduler``) should be setup through the ``swh db create`` or ``swh db init`` command. See their help for more information. | |||||
Sending your changes | Sending your changes | ||||
-------------------- | -------------------- | ||||
After you are done making the changes you want, you can send them on our | After you are done making the changes you want, you can send them on our | ||||
forge_. The best way to do that is to use Arcanist, so we recommend you read | forge_. The best way to do that is to use Arcanist, so we recommend you read | ||||
these two guides if you are not familiar with it: | these two guides if you are not familiar with it: | ||||
Show All 10 Lines |