Skip to content

Commit

Permalink
Replaced testify/assert to native tests
Browse files Browse the repository at this point in the history
  • Loading branch information
outdead committed Dec 7, 2020
1 parent 478936c commit ff4df20
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 665 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ All notable changes to this project will be documented in this file.
**ATTN**: This project uses [semantic versioning](http://semver.org/).

## [Unreleased]

## [v1.2.0] - 2020-12-08
### Added
- Added telnettest Server for mocking TELNET connections.

### Changed
- Replaced testify/assert to native tests.

## [v1.1.0] - 2020-11-16
### Added
- More tests.
Expand All @@ -30,6 +35,7 @@ job was joined with tests workflow.
### Added
- Initial implementation.

[Unreleased]: https://github.com/gorcon/telnet/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/gorcon/telnet/compare/v1.2.0...HEAD
[v1.2.0]: https://github.com/gorcon/telnet/compare/v1.1.0...v1.2.0
[v1.1.0]: https://github.com/gorcon/telnet/compare/v1.0.1...v1.1.0
[v1.0.1]: https://github.com/gorcon/telnet/compare/v1.0.0...v1.0.1
4 changes: 0 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
module github.com/gorcon/telnet

go 1.15

require (
github.com/stretchr/testify v1.6.1
)
Loading

0 comments on commit ff4df20

Please sign in to comment.