Skip to content

Commit

Permalink
Refactor test organization and update packaging exclusions
Browse files Browse the repository at this point in the history
- Moved tests into organized subdirectories:
  - `tests/secure/` for security module tests
- Updated `MANIFEST.in` to exclude the `tests/` directory from distribution.
  • Loading branch information
cak committed Sep 27, 2024
1 parent 6dedecb commit 2197a6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Placeholder for upcoming changes.

## [1.0.0] - 2024-09-28
## [1.0.0] - 2024-09-27

### Breaking Changes

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include LICENSE
exclude tests/*
File renamed without changes.

0 comments on commit 2197a6b

Please sign in to comment.