mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
test: improve coverage
This commit is contained in:
parent
d75acbfdd3
commit
d6eae1e9ed
71 changed files with 710 additions and 229 deletions
|
@ -4,10 +4,6 @@ import 'bindings/libgit2_bindings.dart';
|
|||
import 'bindings/remote.dart' as bindings;
|
||||
|
||||
class Remote {
|
||||
/// Initializes a new instance of [Remote] class from provided pointer
|
||||
/// to remote object in memory.
|
||||
Remote(this._remotePointer);
|
||||
|
||||
/// Initializes a new instance of [Remote] class by looking up remote with
|
||||
/// provided [name] in a [repo]sitory.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue