This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new a95c5e214b Fixing syntax issues in breeze documentation (#24940)
a95c5e214b is described below

commit a95c5e214b34a0a4f0617d17e1c5515fb1bb24b2
Author: Alex Kruchkov <[email protected]>
AuthorDate: Sun Jul 10 00:02:15 2022 +0300

    Fixing syntax issues in breeze documentation (#24940)
---
 BREEZE.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BREEZE.rst b/BREEZE.rst
index c45cd41b1d..5a1b03f14d 100644
--- a/BREEZE.rst
+++ b/BREEZE.rst
@@ -532,7 +532,7 @@ You can regular unit tests with ``breeze`` in two different 
ways, either interac
 the default ``shell`` command or via the ``tests`` command.
 
 Iterate on tests interactively
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+-------------------------------
 
 You can simply enter the ``breeze`` container and run ``pytest`` command 
there. You can enter the
 container via just ``breeze`` command or ``breeze shell`` command (the latter 
has more options
@@ -562,7 +562,7 @@ in the ``TESTING.rst <TESTING.rst#>`` where all the test 
types of our are explai
 on how to run them.
 
 Running group of tests
-~~~~~~~~~~~~~~~~~~~~~~
+-----------------------
 
 You can also run tests via built-in ``breeze tests`` command - similarly as 
iterative ``pytest`` command
 allows to run test individually, or by class or in any other way pytest allows 
to test them, but it

Reply via email to