potiuk commented on a change in pull request #7466: [AIRFLOW-XXXX] Update tests
info in CONTRIBUTING.rst
URL: https://github.com/apache/airflow/pull/7466#discussion_r382125374
##########
File path: CONTRIBUTING.rst
##########
@@ -326,13 +326,13 @@ Test Infrastructure
We support the following types of tests:
-* **Unit tests** are Python ``nose`` tests launched with ``run-tests``.
+* **Unit tests** are Python tests launched with ``pytest``.
Unit tests are available both in the `Breeze environment <BREEZE.rst>`_
and `local virtualenv <LOCAL_VIRTUALENV.rst>`_.
* **Integration tests** are available in the Breeze development environment
that is also used for Airflow Travis CI tests. Integration test are special
tests that require
- additional services running, such as Postgres,Mysql, Kerberos, etc. These
tests are not yet
+ additional services running, such as Postgres, Mysql, Kerberos, etc. These
tests are not yet
Review comment:
```suggestion
additional services running, such as Postgres, Mysql, Kerberos, etc.
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services