Skip to content

Commit

Permalink
Drop nose
Browse files Browse the repository at this point in the history
It doesn't appear to be used, wasn't working, and wasn't tested by CI

Signed-off-by: Joshua Watt <[email protected]>
  • Loading branch information
JPEWdev committed Mar 22, 2024
1 parent eae92c5 commit c796e19
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions .coveragerc

This file was deleted.

7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ expand it. Later on, you may reconstruct it using the `bmaptool copy` command.
| | on the 'BmapCreate.py' and 'BmapCopy.py' modules. |
| - setup.py | A script to turn the entire bmaptool project |
| | into a python egg. |
| - setup.cfg | contains a piece of nose tests configuration |
| - .coveragerc | lists files to include into test coverage report |
| - TODO | Just a list of things to be done for the project. |
| - make_a_release.sh | Most people may ignore this script. It is used by |
Expand Down Expand Up @@ -317,12 +316,6 @@ expand it. Later on, you may reconstruct it using the `bmaptool copy` command.
------------------------------------------------------------------------------------
```
## How to run unit tests
Just install the `nose` python test framework and run the `nosetests` command in
the project root directory. If you want to see tests coverage report, run
`nosetests --with-coverage`.
## Known Issues
### ZFS File System
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ classifiers = [
[project.optional-dependencies]
dev = [
"black >= 22.3.0",
"nose >= 1.3.7",
]

[project.urls]
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg

This file was deleted.

0 comments on commit c796e19

Please sign in to comment.