@ -11,7 +11,7 @@ Types of Contributions
@@ -11,7 +11,7 @@ Types of Contributions
### Report Bugs
Report bugs at https://github.com/holgi/superx_budget/issues.
Report bugs at https://git.cpi.imtek.uni-freiburg.de/CPI/superx-budget-overview.git/issues.
If you are reporting a bug, please include:
@ -31,13 +31,13 @@ and "help wanted" is open to whoever wants to implement it.
@@ -31,13 +31,13 @@ and "help wanted" is open to whoever wants to implement it.
### Write Documentation
superx_budget could always use more documentation, whether as part of the
official superx_budget docs, in docstrings, or even on the web in blog posts,
SuperX Budget could always use more documentation, whether as part of the
official SuperX Budget docs, in docstrings, or even on the web in blog posts,
articles, and such.
### Submit Feedback
The best way to send feedback is to file an issue at https://github.com/holgi/superx_budget/issues.
The best way to send feedback is to file an issue at https://git.cpi.imtek.uni-freiburg.de/CPI/superx-budget-overview.git/issues.
@ -57,10 +57,13 @@ lint: ## reformat with black and check style with flake8
@@ -57,10 +57,13 @@ lint: ## reformat with black and check style with flake8
flake8 superx_budget tests
test:lint## run tests quickly with the default Python
pytest tests -x --disable-warnings -m "not app"
pytest tests -x --disable-warnings -m "not fun"
testall:lint## run tests quickly with the default Python
pytest tests
coverage:lint## full test suite, check code coverage and open coverage report