Unify naming
This commit is contained in:
parent
f304e205fb
commit
7d6ba199b7
@ -1,4 +1,4 @@
|
||||
# Build file for OOM Analyser
|
||||
# Build file for OOMAnalyser
|
||||
#
|
||||
# This software is covered by the MIT License.
|
||||
#
|
||||
|
@ -10,7 +10,7 @@ THIS PROGRAM COMES WITH NO WARRANTY
|
||||
<head>
|
||||
<script defer="defer" src="OOMAnalyser.js"></script>
|
||||
<meta charset="UTF-8">
|
||||
<title>OOM Analyser</title>
|
||||
<title>OOMAnalyser</title>
|
||||
|
||||
<style>
|
||||
/* Use BEM (Block__Element--Modifier) naming convention */
|
||||
|
@ -1,6 +1,6 @@
|
||||
# -*- coding: Latin-1 -*-
|
||||
#
|
||||
# Linux OOM Analyser
|
||||
# Linux OOMAnalyser
|
||||
#
|
||||
# Copyright (c) 2017-2021 Carsten Grohmann
|
||||
# License: MIT - THIS PROGRAM COMES WITH NO WARRANTY
|
||||
|
4
test.py
4
test.py
@ -1,4 +1,4 @@
|
||||
# Unit tests for OOM Analyser
|
||||
# Unit tests for OOMAnalyser
|
||||
#
|
||||
# This software is covered by the MIT License.
|
||||
#
|
||||
@ -238,7 +238,7 @@ class TestInBrowser(TestBase):
|
||||
|
||||
def test_010_load_page(self):
|
||||
"""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):
|
||||
"""Test if JS is loaded"""
|
||||
|
Loading…
Reference in New Issue
Block a user