mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Revert "docs: Update .html links to .md."
This doesn't work without the CommonMark upgrade.
This reverts commit c87893feea.
			
			
This commit is contained in:
		@@ -262,7 +262,7 @@ from Django as well as our own custom helpers.  Here is an example:
 | 
			
		||||
 | 
			
		||||
    self.assertTrue(rate_limit_mock.called)
 | 
			
		||||
 | 
			
		||||
Follow [this link](../subsystems/settings.md#testing-non-default-settings) for more
 | 
			
		||||
Follow [this link](../subsystems/settings.html#testing-non-default-settings) for more
 | 
			
		||||
information on the "settings" context manager.
 | 
			
		||||
 | 
			
		||||
A common use is to prevent a call to a third-party service from using
 | 
			
		||||
@@ -337,7 +337,7 @@ We use mocks and stubs for all the typical reasons:
 | 
			
		||||
- to stub out calls to third-party services
 | 
			
		||||
- to make it so that you can [run the Zulip tests on the airplane without wifi][no-internet]
 | 
			
		||||
 | 
			
		||||
[no-internet]: testing.md#internet-access-inside-test-suites
 | 
			
		||||
[no-internet]: testing.html#internet-access-inside-test-suites
 | 
			
		||||
 | 
			
		||||
A detailed description of mocks, along with useful coded snippets, can be found in the section
 | 
			
		||||
[Testing with mocks](#testing-with-mocks).
 | 
			
		||||
@@ -375,7 +375,7 @@ the same data structure as performing an action that generates said event.
 | 
			
		||||
 | 
			
		||||
This is a bit esoteric, but if you read the tests, you will see some of
 | 
			
		||||
the patterns.  You can also learn more about our event system in the
 | 
			
		||||
[new feature tutorial](../tutorials/new-feature-tutorial.md#handle-database-interactions).
 | 
			
		||||
[new feature tutorial](../tutorials/new-feature-tutorial.html#handle-database-interactions).
 | 
			
		||||
 | 
			
		||||
### Negative tests
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user