Skip to content

Commit 10c34e9

Browse files
authored
removed placeholder MDA logo test (#30)
- fix #29 - removes all uses of outdated pkg_resources usage - removes conftest.py and basicrta.data.files as neither are used in basicrta - simplified original data/README.md
1 parent c494b58 commit 10c34e9

File tree

5 files changed

+0
-93
lines changed

5 files changed

+0
-93
lines changed

basicrta/data/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,3 @@ than a few megabytes in size it is recommended to host these files elsewhere. Th
99
as the `git` structure is unable to correctly take updates to these files and will store a complete copy of every version
1010
in your `git` history which can quickly add up. As a note most `git` hosting services like GitHub have a 1 GB per repository
1111
cap.
12-
13-
## Including package data
14-
15-
Modify your package's `setup.py` file and the `setup()` command. Include the
16-
[`package_data`](http://setuptools.readthedocs.io/en/latest/setuptools.html#basic-use) keyword and point it at the
17-
correct files.

basicrta/data/files.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

basicrta/data/mda.txt

Lines changed: 0 additions & 45 deletions
This file was deleted.

basicrta/tests/conftest.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

basicrta/tests/test_basicrta.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
# Import package, test suite, and other packages as needed
66
import basicrta
7-
import pytest
87
import sys
98

109

@@ -13,7 +12,3 @@ def test_basicrta_imported():
1312
assert "basicrta" in sys.modules
1413

1514

16-
def test_mdanalysis_logo_length(mdanalysis_logo_text):
17-
"""Example test using a fixture defined in conftest.py"""
18-
logo_lines = mdanalysis_logo_text.split("\n")
19-
assert len(logo_lines) == 46, "Logo file does not have 46 lines!"

0 commit comments

Comments
 (0)