VirtualTam's bookmarks
155 bookmarks found
-
Testing Flask applications with pytest
2017-05-23 - http://alexmic.net/flask-sqlalchemy-pytest/ // https://gist.github.com/alexmic/7857543
- http://piotr.banaszkiewicz.org/blog/2014/02/22/how-to-bite-flask-sqlalchemy-and-pytest-all-at-once/
- http://flask.pocoo.org/docs/0.12/testing/
- https://docs.pytest.org/en/latest/
- https://pytest-flask.readthedocs.io/en/latest/
- https://stackoverflow.com/questions/28836893/how-to-send-requests-with-jsons-in-unit-tests
-
- http://www.rbcs-us.com/documents/Why-Most-Unit-Testing-is-Waste.pdf
- http://www.rbcs-us.com/documents/Segue.pdf
- https://news.ycombinator.com/item?id=7353767
- https://www.reddit.com/r/programming/comments/1zqjk8/why_most_unit_testing_is_waste/
- https://henrikwarne.com/2014/09/04/a-response-to-why-most-unit-testing-is-waste/
-
ESNet/Internet2 Network Performance Tools
2017-04-24 bwctl - Bandwidth Test Controller:
- http://software.internet2.edu/bwctl/
- https://fasterdata.es.net/performance-testing/network-troubleshooting-tools/bwctl/
- https://github.com/perfsonar/bwctl
OWAMP - One-Way Active Measurement Protocol:
- http://software.internet2.edu/owamp/
- https://fasterdata.es.net/performance-testing/network-troubleshooting-tools/owamp/
Network Diagnostic Tools:
nuttcp:
- http://www.nuttcp.net/Welcome%20Page.html
- https://fasterdata.es.net/performance-testing/network-troubleshooting-tools/nuttcp/
perfSONAR:
- http://www.perfsonar.net/
- http://fasterdata.es.net/performance-testing/perfsonar/
- https://github.com/perfsonar
- https://en.wikipedia.org/wiki/PerfSONAR
pScheduler (bwctl replacement):
-
Testinfra - test your infrastructure
2017-03-08 alternative to http://serverspec.org/tutorial.html
-
And more generally, "emacs as a <language> IDE":
- code completion
- snippet / templates
- project view
- syntax checking
- test harness utilities
See also:
-
Testing: Hammering Nails
2016-11-20 -
Hypothesis - property-based testing
2016-10-04 manifesto https://hypothesis.readthedocs.io/en/latest/manifesto.html code https://github.com/HypothesisWorks/hypothesis-python/ doc https://hypothesis.readthedocs.io/en/latest/index.html w/ pytest http://hypothesis.works/articles/hypothesis-pytest-fixtures/ https://developers.redhat.com/blog/2016/06/24/the-hypothesis-testing-library-for-python-an-introduction/
-
QA engineer walks into a bar
2016-08-16 QA Engineer walks into a bar. Orders a beer. Orders 0 beers. Orders 999999999 beers. Orders a lizard. Orders -1 beers. Orders a sfdeljknesv.
via https://github.com/minimaxir/big-list-of-naughty-strings via https://www.sempf.net/post/On-Testing1.aspx
-
- https://wiki.linaro.org/LAVA
- https://wiki.debian.org/LAVA
- https://lava.debian.net/
- https://lava.debian.net/static/docs/v2/index.html
- https://validation.linaro.org/static/docs/v2/first-installation.html
- https://validation.linaro.org/static/docs/v2/pipeline-admin.html
- https://validation.linaro.org/static/docs/v2/development-intro.html
- https://www.linaro.org/blog/lava-blog/lava-fundamentals/
- https://git.linaro.org/?s=lava%2Flava
-
Welcome to behave!
2016-07-06 Behaviour-driven development test framework for Python