Unify naming

This commit is contained in:
Carsten Grohmann 2021-12-26 23:33:07 +01:00
parent f304e205fb
commit 7d6ba199b7
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# Build file for OOM Analyser # Build file for OOMAnalyser
# #
# This software is covered by the MIT License. # This software is covered by the MIT License.
# #

View File

@ -10,7 +10,7 @@ THIS PROGRAM COMES WITH NO WARRANTY
<head> <head>
<script defer="defer" src="OOMAnalyser.js"></script> <script defer="defer" src="OOMAnalyser.js"></script>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>OOM Analyser</title> <title>OOMAnalyser</title>
<style> <style>
/* Use BEM (Block__Element--Modifier) naming convention */ /* Use BEM (Block__Element--Modifier) naming convention */

View File

@ -1,6 +1,6 @@
# -*- coding: Latin-1 -*- # -*- coding: Latin-1 -*-
# #
# Linux OOM Analyser # Linux OOMAnalyser
# #
# Copyright (c) 2017-2021 Carsten Grohmann # Copyright (c) 2017-2021 Carsten Grohmann
# License: MIT - THIS PROGRAM COMES WITH NO WARRANTY # License: MIT - THIS PROGRAM COMES WITH NO WARRANTY

View File

@ -1,4 +1,4 @@
# Unit tests for OOM Analyser # Unit tests for OOMAnalyser
# #
# This software is covered by the MIT License. # This software is covered by the MIT License.
# #
@ -238,7 +238,7 @@ class TestInBrowser(TestBase):
def test_010_load_page(self): def test_010_load_page(self):
"""Test if the page is loading""" """Test if the page is loading"""
assert "OOM Analyser" in self.driver.title assert "OOMAnalyser" in self.driver.title
def test_020_load_js(self): def test_020_load_js(self):
"""Test if JS is loaded""" """Test if JS is loaded"""