mirror of
				https://github.com/KevinMidboe/spotify-downloader.git
				synced 2025-10-29 18:00:15 +00:00 
			
		
		
		
	Update command to run tests
This commit is contained in:
		@@ -40,7 +40,7 @@ install:
 | 
			
		||||
  - tinydownload 07426048687547254773 -o ~/bin/ffmpeg
 | 
			
		||||
  - chmod 755 ~/bin/ffmpeg
 | 
			
		||||
  - xdg-user-dirs-update
 | 
			
		||||
script: python -m pytest test --cov=.
 | 
			
		||||
script: python -m pytest --cov=.
 | 
			
		||||
after_success:
 | 
			
		||||
  - pip install codecov
 | 
			
		||||
  - codecov
 | 
			
		||||
 
 | 
			
		||||
@@ -24,7 +24,7 @@ don't feel bad. Open an issue any way!
 | 
			
		||||
unless mentioned otherwise.
 | 
			
		||||
- Code should be formatted using [black](https://github.com/ambv/black). Don't worry if you forgot or don't know how to do this, the codebase will be black-formatted with each release.
 | 
			
		||||
- All tests are placed in the [test directory](https://github.com/ritiek/spotify-downloader/tree/master/test). We use [pytest](https://github.com/pytest-dev/pytest)
 | 
			
		||||
to run the test suite: `$ python3 -m pytest test`.
 | 
			
		||||
to run the test suite: `$ python3 -m pytest`.
 | 
			
		||||
If you don't have pytest, you can install it with `$ pip3 install pytest`.
 | 
			
		||||
- Add a note about the changes, your GitHub username and a reference to the PR to the `Unreleased` section of the [`CHANGES.md`](CHANGES.md) file (see existing releases for examples), add the appropriate section ("Added", "Changed", "Fixed" etc.) if necessary. You don't have to increment version numbers. See https://keepachangelog.com/en/1.0.0/ for more information.
 | 
			
		||||
- If you are planning to work on something big, let us know through an issue. So we can discuss more about it.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user