Something something like soundcloud but not like soundcloud.
Log in, upload records, done.
Simple, easy, KISS.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- [aliases]
- test=pytest
-
- [tool:pytest]
- addopts = --verbose --cov=.
- python_files = tests/*.py
-
- [flake8]
- max-line-length = 120
- ignore = E501
|