summaryrefslogtreecommitdiff
path: root/service/test/unit/config/test_site.py
AgeCommit message (Collapse)Author
2017-03-30[#1018] Upgrades twisted from 16.1.1 to 17.1.0Sriram Viswanathan
2017-01-19Add copyright statements to all Python files that doesn't have itOla Bini
2017-01-03Fixed mockito conflict with zopeBruno Wagner
I bumped into this problem where trial would try to clean up after running the SiteTest and run into an error 'RememberedInvocation has no attribute "_implied"' That happened because mockito is strict with the set of functions it's mock accepts and _implied doesn't exist. It didn't really make sense in this test context so I've adapted the test to use MagicMock instead and now the test pass without problems.
2016-11-23replace stdlib's unittest with trials's unittest for all unittestRoald de Vries
2016-05-13Issue #691: Refactor to Twisted 16.1.1Felix Hammerl
2016-02-20Add recommended security headers from #618Paulo Schneider
2016-01-28Add Strict-Transport-Security header to user agentFolker Bernitt
- Issue #584
2015-09-04#304 Include CSP header support to more browsersGiovane
2015-09-03#304 Adds PixelatedSite class to hold custom request configuration and ↵Giovane
remove foundation inline javascript.