mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-11-03 19:30:54 +00:00 
			
		
		
		
	test: cleanup README
This commit is contained in:
		
							parent
							
								
									12c652d014
								
							
						
					
					
						commit
						c9cf148b03
					
				@ -1,14 +1,12 @@
 | 
			
		||||
This is the mailinabox test suite. IT uses the excellent pytest module to check the functionality
 | 
			
		||||
of the different services.
 | 
			
		||||
This is the mailinabox test suite. It uses the excellent pytest module to check the functionality of the different services.
 | 
			
		||||
 | 
			
		||||
Usage
 | 
			
		||||
=====
 | 
			
		||||
# Usage
 | 
			
		||||
 | 
			
		||||
start-up a vagrant box
 | 
			
		||||
 | 
			
		||||
    vagrant up
 | 
			
		||||
 | 
			
		||||
install test requirements
 | 
			
		||||
install test requirements (using a virtualenv is highly recommended)
 | 
			
		||||
 | 
			
		||||
    pip install -r requirements.txt
 | 
			
		||||
 | 
			
		||||
@ -21,13 +19,6 @@ to just run a subset of the tests (e.g. the ssh related ones):
 | 
			
		||||
    pytest test_ssh.py
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Contributing
 | 
			
		||||
============
 | 
			
		||||
# Contributing
 | 
			
		||||
 | 
			
		||||
pytest auto-discovers all tests in this directory. The test functions need to be named "test_..."
 | 
			
		||||
and there needs to be at least one assert statement.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
TODO
 | 
			
		||||
=====
 | 
			
		||||
* dns
 | 
			
		||||
pytest auto-discovers all tests in this directory. The test functions need to be named "test_..." and there needs to be at least one assert statement.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user