new test_dashboard FT (part 1) for username applet on dashboard; apps/dashboard/home.html gained new applet section to support additions; new urlpatterns in apps.dash.urls; tweaks to .views, including the @login_required decorator and set_profile() FBV; new ITs in .tests.integrated.test_views
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -65,7 +65,7 @@ class FunctionalTest(StaticLiveServerTestCase):
|
||||
def dump_html(self):
|
||||
path = SCREEN_DUMP_LOCATION / self._get_filename("html")
|
||||
print("dumping page html to", path)
|
||||
path.write_text(self.browser.page_source)
|
||||
path.write_text(self.browser.page_source, encoding="utf-8")
|
||||
|
||||
def _get_filename(self, extension):
|
||||
timestamp = datetime.now().isoformat().replace(":", ".")
|
||||
|
||||
Reference in New Issue
Block a user