mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 14:44:05 +00:00 
			
		
		
		
	#524: Remove skip_without_docker hacks
				
					
				
			This commit is contained in:
		| @@ -29,25 +29,25 @@ def proc(request, spawnu): | ||||
|  | ||||
|  | ||||
| @pytest.mark.functional | ||||
| @pytest.mark.skip_without_docker | ||||
| @pytest.mark.once_without_docker | ||||
| def test_with_confirmation(proc, TIMEOUT): | ||||
|     with_confirmation(proc, TIMEOUT) | ||||
|  | ||||
|  | ||||
| @pytest.mark.functional | ||||
| @pytest.mark.skip_without_docker | ||||
| @pytest.mark.once_without_docker | ||||
| def test_select_command_with_arrows(proc, TIMEOUT): | ||||
|     select_command_with_arrows(proc, TIMEOUT) | ||||
|  | ||||
|  | ||||
| @pytest.mark.functional | ||||
| @pytest.mark.skip_without_docker | ||||
| @pytest.mark.once_without_docker | ||||
| def test_refuse_with_confirmation(proc, TIMEOUT): | ||||
|     refuse_with_confirmation(proc, TIMEOUT) | ||||
|  | ||||
|  | ||||
| @pytest.mark.functional | ||||
| @pytest.mark.skip_without_docker | ||||
| @pytest.mark.once_without_docker | ||||
| def test_without_confirmation(proc, TIMEOUT): | ||||
|     without_confirmation(proc, TIMEOUT) | ||||
|  | ||||
|   | ||||
| @@ -40,7 +40,7 @@ def plot(proc, TIMEOUT): | ||||
|  | ||||
|  | ||||
| @pytest.mark.functional | ||||
| @pytest.mark.skip_without_docker | ||||
| @pytest.mark.once_without_docker | ||||
| @pytest.mark.benchmark(min_rounds=10) | ||||
| def test_performance(spawnu, TIMEOUT, benchmark): | ||||
|     proc = spawnu(u'thefuck/ubuntu-python3-bash-performance', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user